diff options
| -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 |