emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100271: Document behavior of lazy


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100271: Document behavior of lazy highlight in word search (Bug#7470).
Date: Sat, 04 Dec 2010 20:16:01 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100271
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sat 2010-12-04 20:16:01 -0500
message:
  Document behavior of lazy highlight in word search (Bug#7470).
  
  * doc/emacs/search.texi (Word Search): Note that the lazy highlight
  always matches to whole words (Bug#7470).
modified:
  doc/emacs/ChangeLog
  doc/emacs/search.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-12-04 11:45:59 +0000
+++ b/doc/emacs/ChangeLog       2010-12-05 01:16:01 +0000
@@ -1,3 +1,8 @@
+2010-12-05  Chong Yidong  <address@hidden>
+
+       * search.texi (Word Search): Note that the lazy highlight always
+       matches to whole words (Bug#7470).
+
 2010-12-04  Eli Zaretskii  <address@hidden>
 
        * display.texi (Optional Mode Line): Make the description of

=== modified file 'doc/emacs/search.texi'
--- a/doc/emacs/search.texi     2010-06-23 02:46:43 +0000
+++ b/doc/emacs/search.texi     2010-12-05 01:16:01 +0000
@@ -459,11 +459,13 @@
 These run the commands @code{word-search-forward} and
 @code{word-search-backward} respectively.
 
-  A nonincremental word search differs slightly from the incremental
-version in the way it finds a match: the last word in the search
-string must be an exact match for a whole word.  In an incremental
-word search, the last word in the search string can match part of a
-word; this allows the matching to proceed incrementally as you type.
+  Incremental and nonincremental word searches differ slightly in the
+way they find a match.  In a nonincremental word search, the last word
+in the search string must exactly match a whole word.  In an
+incremental word search, the matching is more lax: the last word in
+the search string can match part of a word, so that the matching
+proceeds incrementally as you type.  This additional laxity does not
+apply to the lazy highlight, which always matches whole words.
 
 @node Regexp Search
 @section Regular Expression Search


reply via email to

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