From e5374284655239600219702f05277ddfea3a5394 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 30 Dec 2001 00:53:22 +0000 Subject: [PATCH] (dired-do-query-replace-regexp): Doc fix. --- lisp/dired-aux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.5