]> git.eshelyaron.com Git - emacs.git/commitdiff
dired-ls-F-marks-symlinks should be set under Macos
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 4 Aug 2020 12:31:36 +0000 (14:31 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 4 Aug 2020 12:31:41 +0000 (14:31 +0200)
* lisp/dired.el (dired-ls-F-marks-symlinks): Not that this should
be set under Macos (bug#42537).

lisp/dired.el

index 1792250ac90d8d7158762e737cba4016ec13a768..d19d6d1581d5c915abc8fdd7ce38f699c57f57c0 100644 (file)
@@ -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.