diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-08 03:09:10 -0800 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-08 03:09:10 -0800 |
commit | 8aa76c931f6fe9a1f337e38b0b25dfbdcc64b821 (patch) | |
tree | 14ef8f67c3de1776dc864e604ad1783019cde5ed /lisp/find-dired.el | |
parent | b772a699edb4cb915fa01395a905de4b18ab1845 (diff) | |
download | emacs-8aa76c931f6fe9a1f337e38b0b25dfbdcc64b821.tar.gz |
(find-grep-dired): Doc fix (bug#14288).
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r-- | lisp/find-dired.el | 2 |
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' \\ |