]> code.delx.au - gnu-emacs/blobdiff - lispref/searching.texi
(List Motion): Punctuation fix.
[gnu-emacs] / lispref / searching.texi
index 204cfa1d31923d29b3f31fe0235ae2e53e7be0e3..bc3fd9ce911a52e34e0cf3432d3fb90ad0ec39a2 100644 (file)
@@ -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