diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-12-13 10:27:36 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-12-13 10:27:36 -0500 |
commit | f49d1f52b2e368ef67dcfececd426de958548f4e (patch) | |
tree | ce24ced92f2acc976daf4b69e3634c8bd600e44e /doc/emacs/search.texi | |
parent | 07176b2a9e63a0d3933b167f987475d8a18da5cc (diff) | |
parent | 11aad4e9f9f54ce8e9ecc66347e512b20a3cdf39 (diff) | |
download | emacs-f49d1f52b2e368ef67dcfececd426de958548f4e.tar.gz |
Merge from emacs-23
Diffstat (limited to 'doc/emacs/search.texi')
-rw-r--r-- | doc/emacs/search.texi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 69532e6083d..6e62dba3bef 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi @@ -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 |