[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master fe939b3 1/2: Fix reference to `tags-loop-continue'
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master fe939b3 1/2: Fix reference to `tags-loop-continue' in doc string |
Date: |
Thu, 1 Aug 2019 15:54:05 -0400 (EDT) |
branch: master
commit fe939b36f901645e976bf016d8766c3a1300e45c
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
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 30a941c..20656a8 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