From: Richard M. Stallman Date: Tue, 28 Nov 2006 02:23:22 +0000 (+0000) Subject: (Regexp Special): Update when ^ is special. X-Git-Tag: emacs-pretest-22.0.92~422 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cd77d3058534f06fd54c7623a55b14f697c489c;p=emacs.git (Regexp Special): Update when ^ is special. --- 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