diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-02-06 18:11:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-02-06 18:11:59 +0000 |
commit | b36b40aefdf49d6cba8a3603bf770d281958ea93 (patch) | |
tree | 1985d38073f3e9679031575d9ae95c89e561cc80 /lisp/dired.el | |
parent | 09da735badefcf81a7f57bdcec0ede0dec5db576 (diff) | |
download | emacs-b36b40aefdf49d6cba8a3603bf770d281958ea93.tar.gz |
(dired-listing-switches): Doc fix.
Diffstat (limited to 'lisp/dired.el')
-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 @@ ;; Copyright (C) 1985, 1986, 1992, 1993 Free Software Foundation, Inc. -;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. -;; Version: 6 +;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> +;; Maintainer: FSF ;; This file is part of GNU Emacs. @@ -38,7 +38,8 @@ (defvar dired-listing-switches "-al" "*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'.") +may contain even `F', `b', `i' and `s'. See also the variable +`dired-ls-F-marks-symlinks' concerning the `F' switch.") ; Don't use absolute paths as /bin should be in any PATH and people ; may prefer /usr/local/gnu/bin or whatever. However, chown is |