From: Eli Zaretskii Date: Thu, 26 Sep 2024 07:30:56 +0000 (+0300) Subject: ; Recommend GNU Find for 'find-dired' X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~362^2~47 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f5cd5585f46600857060ab70655f3b9782c70bb8;p=emacs.git ; Recommend GNU Find for 'find-dired' * lisp/find-dired.el (find-dired): Doc fix (bug#73455). --- diff --git a/lisp/find-dired.el b/lisp/find-dired.el index e52adaa9d9f..5b4ee0d70aa 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -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].