summaryrefslogtreecommitdiff
path: root/lisp/find-dired.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2014-02-08 03:09:10 -0800
committerLars Ingebrigtsen <larsi@gnus.org>2014-02-08 03:09:10 -0800
commit8aa76c931f6fe9a1f337e38b0b25dfbdcc64b821 (patch)
tree14ef8f67c3de1776dc864e604ad1783019cde5ed /lisp/find-dired.el
parentb772a699edb4cb915fa01395a905de4b18ab1845 (diff)
downloademacs-8aa76c931f6fe9a1f337e38b0b25dfbdcc64b821.tar.gz
(find-grep-dired): Doc fix (bug#14288).
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r--lisp/find-dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el
index 2741db5cc68..14e53064d7e 100644
--- a/lisp/find-dired.el
+++ b/lisp/find-dired.el
@@ -254,7 +254,7 @@ See `find-name-arg' to customize the arguments."
(defalias 'lookfor-dired 'find-grep-dired)
;;;###autoload
(defun find-grep-dired (dir regexp)
- "Find files in DIR containing a regexp REGEXP and start Dired on output.
+ "Find files in DIR matching a regexp REGEXP and start Dired on output.
The command run (after changing into DIR) is
find . \\( -type f -exec `grep-program' `find-grep-options' \\