summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog1
-rw-r--r--lisp/find-dired.el2
2 files changed, 2 insertions, 1 deletions
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 <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>
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' \\