summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-11-28 02:23:22 +0000
committerRichard M. Stallman <rms@gnu.org>2006-11-28 02:23:22 +0000
commit6cd77d3058534f06fd54c7623a55b14f697c489c (patch)
treebde30bc9adde8e2b23badddafc152ef007071ee8
parent7fb4fa10a82d1a44f69d9027a0304c4eee89db61 (diff)
(Regexp Special): Update when ^ is special.
-rw-r--r--lispref/searching.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/searching.texi b/lispref/searching.texi
index 204cfa1d31..bc3fd9ce91 100644
--- a/lispref/searching.texi
+++ b/lispref/searching.texi
@@ -438,7 +438,8 @@ When matching a string instead of a buffer, @samp{^} matches at the
beginning of the string or after a newline character.
For historical compatibility reasons, @samp{^} can be used only at the
-beginning of the regular expression, or after @samp{\(} or @samp{\|}.
+beginning of the regular expression, or after @samp{\(}, @samp{\(?:}
+or @samp{\|}.
@item @samp{$}
@cindex @samp{$} in regexp