1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

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).
This commit is contained in:
Lars Ingebrigtsen 2019-08-01 21:21:59 +02:00
parent 10ffdabc37
commit fe939b36f9

View 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