diff options
| author | Lars Ingebrigtsen | 2014-02-08 03:09:10 -0800 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2014-02-08 03:09:10 -0800 |
| commit | 8aa76c931f6fe9a1f337e38b0b25dfbdcc64b821 (patch) | |
| tree | 14ef8f67c3de1776dc864e604ad1783019cde5ed | |
| parent | b772a699edb4cb915fa01395a905de4b18ab1845 (diff) | |
| download | emacs-8aa76c931f6fe9a1f337e38b0b25dfbdcc64b821.tar.gz emacs-8aa76c931f6fe9a1f337e38b0b25dfbdcc64b821.zip | |
(find-grep-dired): Doc fix (bug#14288).
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/find-dired.el | 2 |
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 @@ | |||
| 1 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> | 1 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * find-dired.el (find-name-dired): Doc fix (bug#14290). | 3 | * find-dired.el (find-name-dired): Doc fix (bug#14290). |
| 4 | (find-grep-dired): Doc fix (bug#14288). | ||
| 4 | 5 | ||
| 5 | 2014-02-08 Juri Linkov <juri@jurta.org> | 6 | 2014-02-08 Juri Linkov <juri@jurta.org> |
| 6 | 7 | ||
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." | |||
| 254 | (defalias 'lookfor-dired 'find-grep-dired) | 254 | (defalias 'lookfor-dired 'find-grep-dired) |
| 255 | ;;;###autoload | 255 | ;;;###autoload |
| 256 | (defun find-grep-dired (dir regexp) | 256 | (defun find-grep-dired (dir regexp) |
| 257 | "Find files in DIR containing a regexp REGEXP and start Dired on output. | 257 | "Find files in DIR matching a regexp REGEXP and start Dired on output. |
| 258 | The command run (after changing into DIR) is | 258 | The command run (after changing into DIR) is |
| 259 | 259 | ||
| 260 | find . \\( -type f -exec `grep-program' `find-grep-options' \\ | 260 | find . \\( -type f -exec `grep-program' `find-grep-options' \\ |