From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 11:09:10 +0000 (-0800) Subject: (find-grep-dired): Doc fix (bug#14288). X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~93 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8aa76c931f6fe9a1f337e38b0b25dfbdcc64b821;p=emacs.git (find-grep-dired): Doc fix (bug#14288). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f811867437c..dce1ada7fd3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2014-02-08 Lars Ingebrigtsen * find-dired.el (find-name-dired): Doc fix (bug#14290). + (find-grep-dired): Doc fix (bug#14288). 2014-02-08 Juri Linkov 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' \\