changeset 74286:e7dacee7b66e

(Regexp Special): Update when ^ is special.
author Richard M. Stallman <rms@gnu.org>
date Tue, 28 Nov 2006 02:23:22 +0000
parents bdb0d9c34bd4
children 1d8d209edc99
files lispref/searching.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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