]> git.eshelyaron.com Git - emacs.git/commitdiff
(Regexps): Delete redundant definition of `symbol' in description of
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 18 Jul 2004 14:03:01 +0000 (14:03 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 18 Jul 2004 14:03:01 +0000 (14:03 +0000)
`\_>'.  It already occurs in the description of `\_<'.

man/ChangeLog
man/search.texi

index 5473f8ff834756db6cba7b803a460a7cb5d528e1..c3900132cfa909e61bf1980d484d2acde06476c2 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * search.texi (Regexps): Delete redundant definition of `symbol' in
+       description of `\_>'.  It already occurs in the description of `\_<'.
+
 2004-07-02  Juri Linkov  <juri@jurta.org>
 
        * pcl-cvs.texi (Viewing differences): Add `d r'.
index f07976f9aa2f81de907836d3d623c50d889dfdbb..5fa130a2e50e531e2efd00ef9bea7d7ba2a584c2 100644 (file)
@@ -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