]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-grep-dired): Doc fix (bug#14288).
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 11:09:10 +0000 (03:09 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 11:09:10 +0000 (03:09 -0800)
lisp/ChangeLog
lisp/find-dired.el

index f811867437c40f572778e4d043d1c1d7b1f47165..dce1ada7fd3bd5219dda26ffcad87a40196168ac 100644 (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>
 
index 2741db5cc68fb2eaf3b9dcff134aca358c21e866..14e53064d7e48fb143aa7d57b9f1d66aabda1995 100644 (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' \\