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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/search.texi [lexbind]
Date: Wed, 08 Dec 2004 19:02:01 -0500

Index: emacs/man/search.texi
diff -c emacs/man/search.texi:1.33.2.12 emacs/man/search.texi:1.33.2.13
*** emacs/man/search.texi:1.33.2.12     Mon Oct 25 04:19:40 2004
--- emacs/man/search.texi       Wed Dec  8 23:36:28 2004
***************
*** 1,5 ****
  @c This is part of the Emacs manual.
! @c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000, 2001, 2004
  @c   Free Software Foundation, Inc.
  @c See file emacs.texi for copying conditions.
  @node Search, Fixit, Display, Top
--- 1,5 ----
  @c This is part of the Emacs manual.
! @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2004
  @c   Free Software Foundation, Inc.
  @c See file emacs.texi for copying conditions.
  @node Search, Fixit, Display, Top
***************
*** 743,752 ****
  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.  @samp{\_>}
--- 743,753 ----
  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 symbol-constituent characters.
! A symbol-constituent character is a character whose syntax is either
! @samp{w} or @samp{_}.  @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.  @samp{\_>}




reply via email to

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