]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-do-query-replace-regexp): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Dec 2001 00:53:22 +0000 (00:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Dec 2001 00:53:22 +0000 (00:53 +0000)
lisp/dired-aux.el

index 53e1b11cb3c11c34ff8da03f334412110184ce48..a27e434b3df9bd2581de8e71188ece0aa42e28ed 100644 (file)
@@ -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")