changeset 58436:cb59b8d0f534

(Regexps): Fix typo.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 22 Nov 2004 21:13:58 +0000
parents 180297c18beb
children f81ffb9e961b
files man/search.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \_>