summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/grep.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/grep.texi b/doc/grep.texi
index 31116cdc..922d96ef 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -1131,8 +1131,8 @@ expressions), separated by newlines, any of which is to be matched.
@opindex --perl-regexp
@cindex matching Perl-compatible regular expressions
Interpret the pattern as a Perl-compatible regular expression (PCRE).
-This is experimental, particularly when combined with
-the @option{-z} (@option{--null-data}) option, and
+PCRE support is here to stay, but consider this option experimental when
+combined with the @option{-z} (@option{--null-data}) option, and note that
@samp{grep@ -P} may warn of unimplemented features.
@xref{Other Options}.