]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-ls-F-marks-symlinks): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Jan 1996 16:37:29 +0000 (16:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Jan 1996 16:37:29 +0000 (16:37 +0000)
lisp/dired.el

index e8697cd0a78ca492f76038ee9a2e6e174bdc16de..f91b4d9662c2475024874815838c40d0fc0e0b17 100644 (file)
@@ -59,7 +59,8 @@ may contain even `F', `b', `i' and `s'.  See also the variable
 ;;;###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