mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
dired-ls-F-marks-symlinks should be set under Macos
* lisp/dired.el (dired-ls-F-marks-symlinks): Not that this should be set under Macos (bug#42537).
This commit is contained in:
parent
e208d67e84
commit
934585a649
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ For more details, see Info node `(emacs)ls in Lisp'."
|
|||
"Informs Dired about how `ls -lF' marks symbolic links.
|
||||
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).
|
||||
itself with a trailing @ (usually the case under Ultrix and macOS).
|
||||
|
||||
Example: if `ln -s foo bar; ls -F bar' gives `bar -> foo', set it to
|
||||
nil (the default), if it gives `bar@ -> foo', set it to t.
|
||||
|
|
|
|||
Loading…
Reference in a new issue