diff options
| -rw-r--r-- | lisp/dired.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index a0acaab1710..be4972fa739 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1992, 1993 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. | 5 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> |
| 6 | ;; Version: 6 | 6 | ;; Maintainer: FSF |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 9 | 9 | ||
| @@ -38,7 +38,8 @@ | |||
| 38 | (defvar dired-listing-switches "-al" | 38 | (defvar dired-listing-switches "-al" |
| 39 | "*Switches passed to `ls' for dired. MUST contain the `l' option. | 39 | "*Switches passed to `ls' for dired. MUST contain the `l' option. |
| 40 | May contain all other options that don't contradict `-l'; | 40 | May contain all other options that don't contradict `-l'; |
| 41 | may contain even `F', `b', `i' and `s'.") | 41 | may contain even `F', `b', `i' and `s'. See also the variable |
| 42 | `dired-ls-F-marks-symlinks' concerning the `F' switch.") | ||
| 42 | 43 | ||
| 43 | ; Don't use absolute paths as /bin should be in any PATH and people | 44 | ; Don't use absolute paths as /bin should be in any PATH and people |
| 44 | ; may prefer /usr/local/gnu/bin or whatever. However, chown is | 45 | ; may prefer /usr/local/gnu/bin or whatever. However, chown is |