mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
(Regexps): Delete redundant definition of `symbol' in description of
`\_>'. It already occurs in the description of `\_<'.
This commit is contained in:
parent
769d9ed66f
commit
7695a3ae48
@ -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'.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user