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:
parent
b772a699ed
commit
8aa76c931f
@ -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>
|
||||
|
||||
|
@ -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' \\
|
||||
|
Loading…
Reference in New Issue
Block a user