]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix reference to `tags-loop-continue' in doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 1 Aug 2019 19:21:59 +0000 (21:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 1 Aug 2019 19:21:59 +0000 (21:21 +0200)
* lisp/dired-aux.el (dired-do-search): Refer to
`fileloop-continue' instead of the obsolete `tags-loop-continue'
(bug#21475).

lisp/dired-aux.el

index 30a941c7bb647015a52d2841b6f48d56c7c7660b..20656a8fccde89451453fd7ef47092a0e5fefd0d 100644 (file)
@@ -2873,7 +2873,7 @@ is part of a file name (i.e., has the text property `dired-filename')."
 (defun dired-do-search (regexp)
   "Search through all marked files for a match for REGEXP.
 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): ")
   (fileloop-initialize-search
    regexp