From 4c505203f9171886f47638779326e257a95a1d79 Mon Sep 17 00:00:00 2001 From: Visuwesh Date: Sun, 8 May 2022 13:17:34 +0200 Subject: [PATCH] dired-do-query-replace-regexp doc string fix * lisp/dired-aux.el (dired-do-query-replace-regexp): Refer 'fileloop-continue' instead of the obsolete command 'tags-loop-continue'. --- 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 64cdab28f9a..d2bac5c467c 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -3293,7 +3293,7 @@ type \\[help-command] at that time. Third arg DELIMITED (prefix arg) means replace only word-delimited matches. If you exit the query-replace loop (\\[keyboard-quit], RET or q), you can -resume the query replace with the command \\[tags-loop-continue]." +resume the query replace with the command \\[fileloop-continue]." (interactive (let ((common (query-replace-read-args -- 2.39.5