* lisp/find-dired.el (find-dired): Doc fix; add crossreference.
This commit is contained in:
parent
115261b323
commit
876317271b
1 changed files with 6 additions and 1 deletions
|
@ -167,7 +167,12 @@ except that the car of the variable `find-ls-option' specifies what to
|
||||||
use in place of \"-ls\" as the final argument.
|
use in place of \"-ls\" as the final argument.
|
||||||
|
|
||||||
Collect output in the \"*Find*\" buffer. To kill the job before
|
Collect output in the \"*Find*\" buffer. To kill the job before
|
||||||
it finishes, type \\[kill-find]."
|
it finishes, type \\[kill-find].
|
||||||
|
|
||||||
|
For more information on how to write valid find expressions for
|
||||||
|
ARGS, see Info node `(find) Finding Files'. If you are not
|
||||||
|
using GNU findutils (on macOS and *BSD systems), see instead the
|
||||||
|
man page for \"find\"."
|
||||||
(interactive (list (read-directory-name "Run find in directory: " nil "" t)
|
(interactive (list (read-directory-name "Run find in directory: " nil "" t)
|
||||||
(read-string "Run find (with args): " find-args
|
(read-string "Run find (with args): " find-args
|
||||||
'(find-args-history . 1))))
|
'(find-args-history . 1))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue