Mercurial > emacs
changeset 56467:e2448fa3dca4
(Regexps): Delete redundant definition of `symbol' in description of
`\_>'. It already occurs in the description of `\_<'.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 18 Jul 2004 14:01:57 +0000 |
parents | 5b3a6c2d5f5f |
children | fc5aa4dbf48e |
files | man/search.texi |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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