From: Richard M. Stallman Date: Sun, 30 Dec 2001 00:53:22 +0000 (+0000) Subject: (dired-do-query-replace-regexp): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~17413 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5374284655239600219702f05277ddfea3a5394;p=emacs.git (dired-do-query-replace-regexp): Doc fix. --- 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")