From 0cb23e1dbd9230e535a7305ba975e3b7436b6692 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 22 Nov 2004 21:13:58 +0000 Subject: [PATCH] (Regexps): Fix typo. --- man/search.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \_> -- 2.39.5