changeset 14146:36471d582fb2

(dired-ls-F-marks-symlinks): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Jan 1996 16:37:29 +0000
parents e8831855e44d
children 4d7b8a3fe240
files lisp/dired.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired.el	Wed Jan 10 20:09:38 1996 +0000
+++ b/lisp/dired.el	Thu Jan 11 16:37:29 1996 +0000
@@ -59,7 +59,8 @@
 ;;;###autoload
 (defvar dired-ls-F-marks-symlinks nil
   "*Informs dired about how `ls -lF' marks symbolic links.
-Set this to t if `insert-directory-program' with `-lF' marks the symbolic link
+Set this to t if `ls' (or whatever program is specified by
+`insert-directory-program') with `-lF' marks the symbolic link
 itself with a trailing @ (usually the case under Ultrix).
 
 Example: if `ln -s foo bar; ls -F bar' gives `bar -> foo', set it to