# HG changeset patch # User Richard M. Stallman # Date 821378249 0 # Node ID 36471d582fb2b3b0e71355c78e8ab3c34ad4eba4 # Parent e8831855e44d86ed2ff78123f1533ad127a0b193 (dired-ls-F-marks-symlinks): Doc fix. diff -r e8831855e44d -r 36471d582fb2 lisp/dired.el --- 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