1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

; Recommend GNU Find for 'find-dired'

* lisp/find-dired.el (find-dired): Doc fix (bug#73455).
This commit is contained in:
Eli Zaretskii 2024-09-26 10:30:56 +03:00
parent 65e589698e
commit f5cd5585f4

View File

@ -174,6 +174,11 @@ The command run (after changing into DIR) is essentially
except that the car of the variable `find-ls-option' specifies what to
use in place of \"-ls\" as the final argument.
If your `find' program is not a GNU Find, the columns in the produced
Dired display might fail to align. We recommend to install GNU Find in
those cases (you may need to customize the value of `find-program' if
you do so), which attempts to align the columns.
Collect output in the \"*Find*\" buffer. To kill the job before
it finishes, type \\[kill-find].