# HG changeset patch # User Luc Teirlinck # Date 1090159317 0 # Node ID e2448fa3dca4d6bf53254464c88a0f0dea143ebf # Parent 5b3a6c2d5f5fa7839463ca323d1a766a364488ba (Regexps): Delete redundant definition of `symbol' in description of `\_>'. It already occurs in the description of `\_<'. diff -r 5b3a6c2d5f5f -r e2448fa3dca4 man/search.texi --- a/man/search.texi Sun Jul 18 13:48:06 2004 +0000 +++ b/man/search.texi Sun Jul 18 14:01:57 2004 +0000 @@ -748,10 +748,9 @@ a symbol-constituent character follows. @item \_> -matches the empty string, but only at the end of a symbol. A symbol -is a sequence of one or more word or symbol constituent characters. -@samp{\_>} matches at the end of the buffer only if the contents end -with a symbol-constituent character. +matches the empty string, but only at the end of a symbol. @samp{\_>} +matches at the end of the buffer only if the contents end with a +symbol-constituent character. @item \s@var{c} matches any character whose syntax is @var{c}. Here @var{c} is a