aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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