aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Steingold2012-03-21 13:15:39 -0400
committerSam Steingold2012-03-21 13:15:39 -0400
commit6e5d1d00ca4e5a7a9049b2a8f0e2b7bfac2ba57d (patch)
treeb59ceec8762da9cbbc8be57cb54f0c4f314f387f
parent91d82a702998f32b124d6efc89f3603af05313fe (diff)
downloademacs-6e5d1d00ca4e5a7a9049b2a8f0e2b7bfac2ba57d.tar.gz
emacs-6e5d1d00ca4e5a7a9049b2a8f0e2b7bfac2ba57d.zip
(dired-listing-switches): apparently, "ls -b" is actually supposed to work
-rw-r--r--lisp/dired.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 64f30ee2cd6..d26e7004cc3 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -52,8 +52,8 @@
52;;;###autoload 52;;;###autoload
53(defcustom dired-listing-switches (purecopy "-al") 53(defcustom dired-listing-switches (purecopy "-al")
54 "Switches passed to `ls' for Dired. MUST contain the `l' option. 54 "Switches passed to `ls' for Dired. MUST contain the `l' option.
55May contain all other options that don't contradict `-l' except for `b'; 55May contain all other options that don't contradict `-l';
56may contain even `F', `i' and `s'. See also the variable 56may contain even `F', `b', `i' and `s'. See also the variable
57`dired-ls-F-marks-symlinks' concerning the `F' switch. 57`dired-ls-F-marks-symlinks' concerning the `F' switch.
58On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, 58On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
59some of the `ls' switches are not supported; see the doc string of 59some of the `ls' switches are not supported; see the doc string of