]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Improve 'dired-check-symlinks' entry.
authorRobert Pluim <rpluim@gmail.com>
Wed, 11 Sep 2024 16:15:35 +0000 (18:15 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:30:18 +0000 (22:30 +0200)
(cherry picked from commit 48d2d616f733fc9cb92e7507ef1583473af24f32)

etc/NEWS

index 9766e30deb72d1141aef7e78d8e4d31b51f28d87..96d82fb9458d893601b496a483b689f0d0347c8c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -276,10 +276,11 @@ changes when supplied with a universal prefix argument via 'C-u':
 ** Dired
 
 +++
-*** Dired allows to disable checks for symbolic link validity.
-Dired fontifies symbolic links in Dired buffers using the
-'file-truename' operation.  This can be slow for remote directories.
-Setting user option 'dired-check-symlinks' to nil disables these checks.
+*** New user option 'dired-check-symlinks' allows disabling validity checks.
+Dired uses 'file-truename' to check symbolic link validity when
+fontifying them, which can be slow for remote directories.  Setting
+'dired-check-symlinks' to nil disables these checks.  Defaults to t, can
+be set as a connection-local variable.
 
 \f
 * New Modes and Packages in Emacs 31.1