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: Wed, 08 Dec 2004 01:55:55 -0500

Index: emacs/man/search.texi
diff -c emacs/man/search.texi:1.39.2.9 emacs/man/search.texi:1.39.2.10
*** emacs/man/search.texi:1.39.2.9      Thu Oct 14 08:50:01 2004
--- emacs/man/search.texi       Wed Dec  8 05:02:22 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]