aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-09-03 20:51:06 +0000
committerJuri Linkov2004-09-03 20:51:06 +0000
commitcc2f7834aa66ddb29d39356e4e1df5aab3ae3622 (patch)
tree8eac38e1477bdcd9f7bb9602b7565ac7dfa781cc
parent70567d1c1806712039697abd19ccd39eabbefc62 (diff)
downloademacs-cc2f7834aa66ddb29d39356e4e1df5aab3ae3622.tar.gz
emacs-cc2f7834aa66ddb29d39356e4e1df5aab3ae3622.zip
(Incremental Search): Update wording for M-%.
-rw-r--r--man/search.texi7
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.
215there. In Transient Mark mode, incremental search sets the mark without 215there. In Transient Mark mode, incremental search sets the mark without
216activating it, and does so only if the mark is not already active. 216activating 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}
219interactive command @code{query-replace} or @code{query-replace-regexp} 219or @code{query-replace-regexp} (depending on search mode) with the
220with the last search string inserted in the minibuffer as initial input 220current search string used as the string to replace.
221for 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