# HG changeset patch # User Richard M. Stallman # Date 760558319 0 # Node ID 4cd9bd412e4a26517c9a01d3d2cd3050b2c80004 # Parent 3db75b13c7f5c18e1fc3d04c20d3c8131154376b (dired-listing-switches): Doc fix. diff -r 3db75b13c7f5 -r 4cd9bd412e4a lisp/dired.el --- a/lisp/dired.el Sun Feb 06 16:32:46 1994 +0000 +++ b/lisp/dired.el Sun Feb 06 18:11:59 1994 +0000 @@ -2,8 +2,8 @@ ;; Copyright (C) 1985, 1986, 1992, 1993 Free Software Foundation, Inc. -;; Author: Sebastian Kremer . -;; Version: 6 +;; Author: Sebastian Kremer +;; 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