summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-12-30 00:53:22 +0000
committerRichard M. Stallman <rms@gnu.org>2001-12-30 00:53:22 +0000
commite5374284655239600219702f05277ddfea3a5394 (patch)
treea700121228c87e9e271bbce8a280f9e775e25a36
parent056f8a11473f067f8b5cbd453597c37c75d2f1bb (diff)
downloademacs-e5374284655239600219702f05277ddfea3a5394.tar.gz
(dired-do-query-replace-regexp): Doc fix.
-rw-r--r--lisp/dired-aux.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 53e1b11cb3c..a27e434b3df 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -2004,7 +2004,7 @@ To continue searching for next match, use command \\[tags-loop-continue]."
(defun dired-do-query-replace-regexp (from to &optional delimited)
"Do `query-replace-regexp' of FROM with TO, on all marked files.
Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
-If you exit (\\[keyboard-quit] or ESC), you can resume the query replace
+If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
with the command \\[tags-loop-continue]."
(interactive
"sQuery replace in marked files (regexp): \nsQuery replace %s by: \nP")