summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/options.yo2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f1d19475..71668b8bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-02-17  Peter Stephenson  <p.stephenson@samsung.com>
 
+	*  Øystein Walle: 40568: REMATCH_PCRE option is not enabled by
+	default.
+
 	* Sebastian: 40558, 40562: Doc/Zsh/mod_db_gdbm.yo,
 	Src/Modules/db_gdbm.c, Src/Modules/db_gdbm.mdd: General
 	improvements to zsh/db/gdbm module.
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