# HG changeset patch # User Richard M. Stallman # Date 1164680602 0 # Node ID e7dacee7b66e7d34d8b5434b502d30b4f1042fba # Parent bdb0d9c34bd45ebf55b0af3473230c8729bddf2a (Regexp Special): Update when ^ is special. diff -r bdb0d9c34bd4 -r e7dacee7b66e lispref/searching.texi --- a/lispref/searching.texi Tue Nov 28 02:22:17 2006 +0000 +++ b/lispref/searching.texi Tue Nov 28 02:23:22 2006 +0000 @@ -438,7 +438,8 @@ 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