emacs-diffs
[Top][All Lists]
Advanced

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

master 4c505203f9: dired-do-query-replace-regexp doc string fix


From: Lars Ingebrigtsen
Subject: master 4c505203f9: dired-do-query-replace-regexp doc string fix
Date: Sun, 8 May 2022 07:17:52 -0400 (EDT)

branch: master
commit 4c505203f9171886f47638779326e257a95a1d79
Author: Visuwesh <visuweshm@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.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'.
---
 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 64cdab28f9..d2bac5c467 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



reply via email to

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