From: Richard M. Stallman Date: Thu, 11 Jan 1996 16:37:29 +0000 (+0000) Subject: (dired-ls-F-marks-symlinks): Doc fix. X-Git-Tag: emacs-19.34~1714 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc83abf785275f36f2100733b307a0b46057cc0f;p=emacs.git (dired-ls-F-marks-symlinks): Doc fix. --- 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