diff options
| -rw-r--r-- | lisp/dired.el | 4 |
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. |
| 55 | May contain all other options that don't contradict `-l' except for `b'; | 55 | May contain all other options that don't contradict `-l'; |
| 56 | may contain even `F', `i' and `s'. See also the variable | 56 | may 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. |
| 58 | On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, | 58 | On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, |
| 59 | some of the `ls' switches are not supported; see the doc string of | 59 | some of the `ls' switches are not supported; see the doc string of |