]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/find-dired.el (find-dired): Doc fix; add crossreference.
authorStefan Kangas <stefan@marxist.se>
Mon, 11 Jul 2022 09:51:16 +0000 (11:51 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 11 Jul 2022 09:51:16 +0000 (11:51 +0200)
lisp/find-dired.el

index c67138a80066c5f2213bd23c6a6bc615ff7c57bb..e4cd6078ec45b606f5448d30d53bcdb25fe50b77 100644 (file)
@@ -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.
 
 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)
                     (read-string "Run find (with args): " find-args
                                  '(find-args-history . 1))))