emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/dired.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/dired.el
Date: Tue, 20 Nov 2001 04:38:08 -0500

Index: emacs/lisp/dired.el
diff -u emacs/lisp/dired.el:1.212 emacs/lisp/dired.el:1.213
--- emacs/lisp/dired.el:1.212   Thu Nov 15 14:00:15 2001
+++ emacs/lisp/dired.el Tue Nov 20 04:38:08 2001
@@ -52,7 +52,10 @@
   "*Switches passed to `ls' for dired.  MUST contain the `l' option.
 May contain all other options that don't contradict `-l';
 may contain even `F', `b', `i' and `s'.  See also the variable
-`dired-ls-F-marks-symlinks' concerning the `F' switch."
+`dired-ls-F-marks-symlinks' concerning the `F' switch.
+On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
+some of the `ls' switches are not supported; see the doc string of
+`insert-directory' on ls-lisp.el for more details."
   :type 'string
   :group 'dired)
 



reply via email to

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