emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 d24ea263e2: dired-do-query-replace-regexp doc string fix


From: Eli Zaretskii
Subject: emacs-28 d24ea263e2: dired-do-query-replace-regexp doc string fix
Date: Sun, 8 May 2022 09:51:20 -0400 (EDT)

branch: emacs-28
commit d24ea263e2193016c353d20e6388ef91597cf082
Author: Visuwesh <visuweshm@gmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    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 e00910cfe8..d47bcf0427 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]