emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 434592b0746: ; * lisp/dired.el (dired-use-ls-dired): Doc fix (b


From: Eli Zaretskii
Subject: emacs-29 434592b0746: ; * lisp/dired.el (dired-use-ls-dired): Doc fix (bug#67053).
Date: Sat, 11 Nov 2023 01:48:09 -0500 (EST)

branch: emacs-29
commit 434592b07466901bbe85f906ce25f2584d30bc4d
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/dired.el (dired-use-ls-dired): Doc fix (bug#67053).
---
 lisp/dired.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/dired.el b/lisp/dired.el
index f81e49a6b00..cc548baf080 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -122,7 +122,9 @@ If nil, don't pass \"--dired\" to \"ls\".
 The special value of `unspecified' means to check whether \"ls\"
 supports the \"--dired\" option, and save the result in this
 variable.  This is performed the first time `dired-insert-directory'
-is invoked.
+is invoked.  (If `ls-lisp' is used by default, the test is performed
+only if `ls-lisp-use-insert-directory-program' is non-nil, i.e., if
+Dired actually uses \"ls\".)
 
 Note that if you set this option to nil, either through choice or
 because your \"ls\" program does not support \"--dired\", Dired



reply via email to

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