aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorJuri Linkov2012-10-17 02:27:40 +0300
committerJuri Linkov2012-10-17 02:27:40 +0300
commite5a94ec494881d7a963fef9ceb3beba653575b55 (patch)
tree611a2e937825e4c55c592316e799d7042bc6871a /lisp/replace.el
parent0b4eec47f29aee572f9306b22e18c8dd4a8f1f62 (diff)
downloademacs-e5a94ec494881d7a963fef9ceb3beba653575b55.tar.gz
emacs-e5a94ec494881d7a963fef9ceb3beba653575b55.zip
* doc/emacs/search.texi (Query Replace): Document multi-buffer replacement keys.
* doc/emacs/maintaining.texi (Tags Search): Change link "Replace" to "Query Replace". * lisp/replace.el (query-replace-help): Mention multi-buffer replacement keys in the Help message. Fixes: debbugs:12655
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index e714015fccf..4013e4e5df5 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1603,9 +1603,13 @@ Comma to replace but not move point immediately,
1603C-r to enter recursive edit (\\[exit-recursive-edit] to get out again), 1603C-r to enter recursive edit (\\[exit-recursive-edit] to get out again),
1604C-w to delete match and recursive edit, 1604C-w to delete match and recursive edit,
1605C-l to clear the screen, redisplay, and offer same replacement again, 1605C-l to clear the screen, redisplay, and offer same replacement again,
1606! to replace all remaining matches with no more questions, 1606! to replace all remaining matches in this buffer with no more questions,
1607^ to move point back to previous match, 1607^ to move point back to previous match,
1608E to edit the replacement string" 1608E to edit the replacement string.
1609In multi-buffer replacements type `Y' to replace all remaining
1610matches in all remaining buffers with no more questions,
1611`N' to skip to the next buffer without replacing remaining matches
1612in the current buffer."
1609 "Help message while in `query-replace'.") 1613 "Help message while in `query-replace'.")
1610 1614
1611(defvar query-replace-map 1615(defvar query-replace-map