diff options
| author | Juri Linkov | 2006-11-01 23:17:22 +0000 |
|---|---|---|
| committer | Juri Linkov | 2006-11-01 23:17:22 +0000 |
| commit | cadc14ec8ae6d2873c3f4b5b7b4dd761d72e8744 (patch) | |
| tree | d6347365fd7eda391de324b5d4a94479dc54e170 | |
| parent | a9b9303c47dc939016f7e698345fc2ca2e8c091b (diff) | |
| download | emacs-cadc14ec8ae6d2873c3f4b5b7b4dd761d72e8744.tar.gz emacs-cadc14ec8ae6d2873c3f4b5b7b4dd761d72e8744.zip | |
(Word Search): Document incremental word search.
| -rw-r--r-- | man/search.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/search.texi b/man/search.texi index b1ed713715b..67b61aeac07 100644 --- a/man/search.texi +++ b/man/search.texi | |||
| @@ -417,7 +417,7 @@ Search for @var{words}, ignoring details of punctuation. | |||
| 417 | Search backward for @var{words}, ignoring details of punctuation. | 417 | Search backward for @var{words}, ignoring details of punctuation. |
| 418 | @end table | 418 | @end table |
| 419 | 419 | ||
| 420 | Word search is a special case of nonincremental search and is invoked | 420 | Word search as a special case of nonincremental search is invoked |
| 421 | with @kbd{C-s @key{RET} C-w}. This is followed by the search string, | 421 | with @kbd{C-s @key{RET} C-w}. This is followed by the search string, |
| 422 | which must always be terminated with @key{RET}. Being nonincremental, | 422 | which must always be terminated with @key{RET}. Being nonincremental, |
| 423 | this search does not start until the argument is terminated. It works | 423 | this search does not start until the argument is terminated. It works |
| @@ -426,6 +426,13 @@ by constructing a regular expression and searching for that; see | |||
| 426 | 426 | ||
| 427 | Use @kbd{C-r @key{RET} C-w} to do backward word search. | 427 | Use @kbd{C-r @key{RET} C-w} to do backward word search. |
| 428 | 428 | ||
| 429 | You can also invoke word search with @kbd{C-s M-e C-w} or @kbd{C-r | ||
| 430 | M-e C-w} followed by the search string and terminated with @key{RET}, | ||
| 431 | @kbd{C-s} or @kbd{C-r}. This puts word search into incremental mode | ||
| 432 | where you can use all keys available for incremental search. However, | ||
| 433 | when you type more words in incremental word search, it will fail | ||
| 434 | until you type complete words. | ||
| 435 | |||
| 429 | @findex word-search-forward | 436 | @findex word-search-forward |
| 430 | @findex word-search-backward | 437 | @findex word-search-backward |
| 431 | Forward and backward word searches are implemented by the commands | 438 | Forward and backward word searches are implemented by the commands |