1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00

(find-grep-dired): Doc fix (bug#14288).

This commit is contained in:
Lars Ingebrigtsen 2014-02-08 03:09:10 -08:00
parent b772a699ed
commit 8aa76c931f
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
* find-dired.el (find-name-dired): Doc fix (bug#14290).
(find-grep-dired): Doc fix (bug#14288).
2014-02-08 Juri Linkov <juri@jurta.org>

View File

@ -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' \\