From: Luc Teirlinck Date: Mon, 22 Nov 2004 21:13:58 +0000 (+0000) Subject: (Regexps): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~3742 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0cb23e1dbd9230e535a7305ba975e3b7436b6692;p=emacs.git (Regexps): Fix typo. --- diff --git a/man/search.texi b/man/search.texi index 3ca9049bdd6..2cc273fd4a4 100644 --- a/man/search.texi +++ b/man/search.texi @@ -746,7 +746,7 @@ matches any character that is not a word-constituent. 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 \_>