emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 876317271b: * lisp/find-dired.el (find-dired): Doc fix; add cro


From: Stefan Kangas
Subject: emacs-28 876317271b: * lisp/find-dired.el (find-dired): Doc fix; add crossreference.
Date: Mon, 11 Jul 2022 05:51:35 -0400 (EDT)

branch: emacs-28
commit 876317271b5a92c1d243d4654d4e594d6be70814
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/find-dired.el (find-dired): Doc fix; add crossreference.
---
 lisp/find-dired.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/lisp/find-dired.el b/lisp/find-dired.el
index c67138a800..e4cd6078ec 100644
--- a/lisp/find-dired.el
+++ b/lisp/find-dired.el
@@ -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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]