emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 74cc3b525f: Fix doc string references to tags-loop-continue


From: Lars Ingebrigtsen
Subject: emacs-28 74cc3b525f: Fix doc string references to tags-loop-continue
Date: Mon, 9 May 2022 05:47:04 -0400 (EDT)

branch: emacs-28
commit 74cc3b525ff9bd939875ce26c95b7a058426f5e7
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix doc string references to tags-loop-continue
    
    * lisp/vc/vc-dir.el (vc-dir-search, vc-dir-query-replace-regexp):
    Fix reference to obsolete tags-loop-continue (bug#55311).
---
 lisp/vc/vc-dir.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el
index 18f5b07a7f..9cf6422de0 100644
--- a/lisp/vc/vc-dir.el
+++ b/lisp/vc/vc-dir.el
@@ -924,7 +924,7 @@ system."
   "Search through all marked files for a match for REGEXP.
 For marked directories, use the files displayed from those directories.
 Stops when a match is found.
-To continue searching for next match, use command \\[tags-loop-continue]."
+To continue searching for next match, use command \\[fileloop-continue]."
   (interactive "sSearch marked files (regexp): ")
   (tags-search regexp
                (mapcar #'car (vc-dir-marked-only-files-and-states))))
@@ -940,7 +940,7 @@ DEL or `n' to skip and go to the next match.  For more 
directions,
 type \\[help-command] at that time.
 
 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
-with the command \\[tags-loop-continue]."
+with the command \\[fileloop-continue]."
   ;; FIXME: this is almost a copy of `dired-do-query-replace-regexp'.  This
   ;; should probably be made generic and used in both places instead of
   ;; duplicating it here.



reply via email to

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