]> git.eshelyaron.com Git - emacs.git/commitdiff
(Incremental Search): Update wording for M-%.
authorJuri Linkov <juri@jurta.org>
Fri, 3 Sep 2004 20:51:06 +0000 (20:51 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 3 Sep 2004 20:51:06 +0000 (20:51 +0000)
man/search.texi

index e678ac66339354688742823934f64a896634873d..58265341c2913553ff53428b511c51d425eba4e2 100644 (file)
@@ -215,10 +215,9 @@ string.  It uses the same text that @kbd{C-y} as a command would yank.
 there.  In Transient Mark mode, incremental search sets the mark without
 activating it, and does so only if the mark is not already active.
 
-  @kbd{M-%} or @kbd{C-M-%} exits the incremental search and starts an
-interactive command @code{query-replace} or @code{query-replace-regexp}
-with the last search string inserted in the minibuffer as initial input
-for the string to replace.
+  @kbd{M-%} typed in incremental search invokes @code{query-replace}
+or @code{query-replace-regexp} (depending on search mode) with the
+current search string used as the string to replace.
 
 @cindex lazy search highlighting
 @vindex isearch-lazy-highlight