diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-11-28 02:23:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-11-28 02:23:22 +0000 |
commit | 6cd77d3058534f06fd54c7623a55b14f697c489c (patch) | |
tree | bde30bc9adde8e2b23badddafc152ef007071ee8 /lispref/searching.texi | |
parent | 7fb4fa10a82d1a44f69d9027a0304c4eee89db61 (diff) | |
download | emacs-6cd77d3058534f06fd54c7623a55b14f697c489c.tar.gz |
(Regexp Special): Update when ^ is special.
Diffstat (limited to 'lispref/searching.texi')
-rw-r--r-- | lispref/searching.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/searching.texi b/lispref/searching.texi index 204cfa1d319..bc3fd9ce911 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 |