]> git.eshelyaron.com Git - emacs.git/commitdiff
Document behavior of lazy highlight in word search (Bug#7470).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 5 Dec 2010 01:16:01 +0000 (20:16 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 5 Dec 2010 01:16:01 +0000 (20:16 -0500)
* doc/emacs/search.texi (Word Search): Note that the lazy highlight
always matches to whole words (Bug#7470).

doc/emacs/ChangeLog
doc/emacs/search.texi

index ffaeafad015b3e5c23091dd9517cacccbbf2d659..dd03f0e4782e952ce1f087af849682427ecdce9c 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * search.texi (Word Search): Note that the lazy highlight always
+       matches to whole words (Bug#7470).
+
 2010-12-04  Eli Zaretskii  <eliz@gnu.org>
 
        * display.texi (Optional Mode Line): Make the description of
index 0916c577ef075997797f2a615e19c916ff75338a..e7e3a3afc24f1a2b654d782549d2b024480f78f1 100644 (file)
@@ -459,11 +459,13 @@ for a forward search, or @kbd{M-s w C-r @key{RET}} for a backward search.
 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