changeset 41307:db9182517100

(dired-listing-switches): Mention in the doc string that some switches are not supported by ls-lisp.el
author Eli Zaretskii <eliz@gnu.org>
date Tue, 20 Nov 2001 09:38:08 +0000
parents df80eb072b45
children 619834b22c0c
files lisp/dired.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired.el	Tue Nov 20 00:17:25 2001 +0000
+++ b/lisp/dired.el	Tue Nov 20 09:38:08 2001 +0000
@@ -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)