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:
parent
10ffdabc37
commit
fe939b36f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue