emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/search.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/search.texi [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:58:44 -0400

Index: emacs/man/search.texi
diff -c emacs/man/search.texi:1.39.2.1 emacs/man/search.texi:1.39.2.2
*** emacs/man/search.texi:1.39.2.1      Fri Apr 16 12:50:42 2004
--- emacs/man/search.texi       Mon Jun 28 07:29:02 2004
***************
*** 724,729 ****
--- 724,741 ----
  @item \W
  matches any character that is not a word-constituent.
  
+ @item \_<
+ 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 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.
+ 
  @item address@hidden
  matches any character whose syntax is @var{c}.  Here @var{c} is a
  character that designates a particular syntax class: thus, @samp{w}




reply via email to

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