]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-listing-switches): Mention in the doc string
authorEli Zaretskii <eliz@gnu.org>
Tue, 20 Nov 2001 09:38:55 +0000 (09:38 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 20 Nov 2001 09:38:55 +0000 (09:38 +0000)
that some switches are not supported by ls-lisp.el

lisp/ChangeLog
lisp/dired.el

index c5b87637c9befcf0754679cc12ae2e0225262bc0..ce8cda14bede5478d7620d617844bf56bd7da3b3 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * dired.el (dired-listing-switches): Mention in the doc string
+       that some switches are not supported by ls-lisp.el
+
 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
 
        * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
index 8ba712adf42f99c33d6a81ae1a59bd62ae580099..d7217b60f217c14f238dce068c6790591f99e297 100644 (file)
   "*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)