mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-27 07:30:59 -08:00
(Incremental Search): Update wording for M-%.
This commit is contained in:
parent
70567d1c18
commit
cc2f7834aa
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue