emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/searching.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/searching.texi [lexbind]
Date: Fri, 23 Jul 2004 00:58:03 -0400

Index: emacs/lispref/searching.texi
diff -c emacs/lispref/searching.texi:1.39.2.7 
emacs/lispref/searching.texi:1.39.2.8
*** emacs/lispref/searching.texi:1.39.2.7       Tue Jul  6 10:26:56 2004
--- emacs/lispref/searching.texi        Fri Jul 23 04:42:21 2004
***************
*** 666,671 ****
--- 666,684 ----
  matches the empty string, but only at the end of a word.  @samp{\>}
  matches at the end of the buffer (or string) only if the contents end
  with a word-constituent character.
+ 
+ @item \_<
+ @cindex @samp{\_<} in regexp
+ matches the empty string, but only at the beginning of a symbol.  A
+ symbol is a sequence of one or more word or symbol constituent
+ characters.  @samp{\_<} matches at the beginning of the buffer (or
+ string) only if a symbol-constituent character follows.
+ 
+ @item \_>
+ @cindex @samp{\_>} in regexp
+ matches the empty string, but only at the end of a symbol.  @samp{\_>}
+ matches at the end of the buffer (or string) only if the contents end
+ with a symbol-constituent character.
  @end table
  
  @kindex invalid-regexp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]