From fe939b36f901645e976bf016d8766c3a1300e45c Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 1 Aug 2019 21:21:59 +0200 Subject: [PATCH] Fix reference to `tags-loop-continue' in doc string * lisp/dired-aux.el (dired-do-search): Refer to `fileloop-continue' instead of the obsolete `tags-loop-continue' (bug#21475). --- 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 30a941c7bb6..20656a8fccd 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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 -- 2.39.2