# HG changeset patch # User Luc Teirlinck # Date 1101158038 0 # Node ID cb59b8d0f5340079d149ea35d8e30810d938f652 # Parent 180297c18beb0f3e54cddf1b5ce4cd6031ca539d (Regexps): Fix typo. diff -r 180297c18beb -r cb59b8d0f534 man/search.texi --- a/man/search.texi Mon Nov 22 20:52:10 2004 +0000 +++ b/man/search.texi Mon Nov 22 21:13:58 2004 +0000 @@ -746,7 +746,7 @@ matches the empty string, but only at the beginning of a symbol. A symbol is a sequence of one or more symbol-constituent characters. A symbol-constituent character is a character whose syntax is either -@vsamp{w} or @samp{_}. @samp{\_<} matches at the beginning of the +@samp{w} or @samp{_}. @samp{\_<} matches at the beginning of the buffer only if a symbol-constituent character follows. @item \_>