]> git.eshelyaron.com Git - emacs.git/commitdiff
; Recommend GNU Find for 'find-dired'
authorEli Zaretskii <eliz@gnu.org>
Thu, 26 Sep 2024 07:28:20 +0000 (10:28 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Sep 2024 10:21:15 +0000 (12:21 +0200)
* lisp/find-dired.el (find-dired): Doc fix (bug#73455).

(cherry picked from commit 5f8c2d5bf9638c38fdba7eb840d3bc7b252bb687)

lisp/find-dired.el

index e52adaa9d9f9c80d962e0eba090de8b3ef520677..5b4ee0d70aaa641163142df6699ee761c67b2ce0 100644 (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].