]> git.eshelyaron.com Git - emacs.git/commitdiff
(Regexps): Fix typo.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 22 Nov 2004 21:13:58 +0000 (21:13 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 22 Nov 2004 21:13:58 +0000 (21:13 +0000)
man/search.texi

index 3ca9049bdd6e3d1a61bc5dd8b7d1230fa56a06d1..2cc273fd4a463b58664556dda444576732b91f24 100644 (file)
@@ -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 \_>