From d24ea263e2193016c353d20e6388ef91597cf082 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'. (Bug#55311) (cherry picked from commit 4c505203f9171886f47638779326e257a95a1d79) --- 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 e00910cfe8d..d47bcf04279 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -3179,7 +3179,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.2