diff options
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index aa6274814..84148941b 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -722,7 +722,7 @@ pindex(REMATCHPCRE) pindex(NOREMATCHPCRE) cindex(regexp, PCRE) cindex(PCRE, regexp) -item(tt(REMATCH_PCRE) <Z>)( +item(tt(REMATCH_PCRE))( If set, regular expression matching with the tt(=~) operator will use Perl-Compatible Regular Expressions from the PCRE library, if available. If not set, regular expressions will use the extended regexp syntax |