diff options
| author | Juri Linkov | 2004-09-03 20:51:06 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-09-03 20:51:06 +0000 |
| commit | cc2f7834aa66ddb29d39356e4e1df5aab3ae3622 (patch) | |
| tree | 8eac38e1477bdcd9f7bb9602b7565ac7dfa781cc | |
| parent | 70567d1c1806712039697abd19ccd39eabbefc62 (diff) | |
| download | emacs-cc2f7834aa66ddb29d39356e4e1df5aab3ae3622.tar.gz emacs-cc2f7834aa66ddb29d39356e4e1df5aab3ae3622.zip | |
(Incremental Search): Update wording for M-%.
| -rw-r--r-- | man/search.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/search.texi b/man/search.texi index e678ac66339..58265341c29 100644 --- a/man/search.texi +++ b/man/search.texi | |||
| @@ -215,10 +215,9 @@ string. It uses the same text that @kbd{C-y} as a command would yank. | |||
| 215 | there. In Transient Mark mode, incremental search sets the mark without | 215 | there. In Transient Mark mode, incremental search sets the mark without |
| 216 | activating it, and does so only if the mark is not already active. | 216 | activating it, and does so only if the mark is not already active. |
| 217 | 217 | ||
| 218 | @kbd{M-%} or @kbd{C-M-%} exits the incremental search and starts an | 218 | @kbd{M-%} typed in incremental search invokes @code{query-replace} |
| 219 | interactive command @code{query-replace} or @code{query-replace-regexp} | 219 | or @code{query-replace-regexp} (depending on search mode) with the |
| 220 | with the last search string inserted in the minibuffer as initial input | 220 | current search string used as the string to replace. |
| 221 | for the string to replace. | ||
| 222 | 221 | ||
| 223 | @cindex lazy search highlighting | 222 | @cindex lazy search highlighting |
| 224 | @vindex isearch-lazy-highlight | 223 | @vindex isearch-lazy-highlight |