(dired-ls-F-marks-symlinks): Doc fix.
This commit is contained in:
parent
82c9148e50
commit
fc83abf785
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue