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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/searching.texi [emacs-unicode-2]
Date: Fri, 16 Jul 2004 23:13:16 -0400

Index: emacs/lispref/searching.texi
diff -c emacs/lispref/searching.texi:1.44.2.3 
emacs/lispref/searching.texi:1.44.2.4
*** emacs/lispref/searching.texi:1.44.2.3       Tue Jul  6 02:56:32 2004
--- emacs/lispref/searching.texi        Sat Jul 17 02:46:47 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]