From 6cd77d3058534f06fd54c7623a55b14f697c489c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 28 Nov 2006 02:23:22 +0000 Subject: [PATCH] (Regexp Special): Update when ^ is special. --- lispref/searching.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2