summaryrefslogtreecommitdiff
path: root/man/search.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-07-18 14:03:01 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-07-18 14:03:01 +0000
commit7695a3ae48189cac1915417393426a3dab6c7115 (patch)
tree04747fc4c49ff320f42a26d52c51e106b0a56829 /man/search.texi
parent769d9ed66ff18b336f8dfcdaef443ee56a078658 (diff)
downloademacs-7695a3ae48189cac1915417393426a3dab6c7115.tar.gz
(Regexps): Delete redundant definition of `symbol' in description of
`\_>'. It already occurs in the description of `\_<'.
Diffstat (limited to 'man/search.texi')
-rw-r--r--man/search.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/man/search.texi b/man/search.texi
index f07976f9aa2..5fa130a2e50 100644
--- a/man/search.texi
+++ b/man/search.texi
@@ -748,10 +748,9 @@ characters. @samp{\_<} matches at the beginning of the buffer only if
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