aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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