summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-11 16:37:29 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-11 16:37:29 +0000
commitfc83abf785275f36f2100733b307a0b46057cc0f (patch)
tree20259cb564df7e0d984809903598c7588262496f
parent82c9148e50c77569f5f7fde6c683ff075da0e9f7 (diff)
downloademacs-fc83abf785275f36f2100733b307a0b46057cc0f.tar.gz
(dired-ls-F-marks-symlinks): Doc fix.
-rw-r--r--lisp/dired.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index e8697cd0a78..f91b4d9662c 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -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