]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/dired.texi (Misc Dired Features): Fix wording.
authorEli Zaretskii <eliz@gnu.org>
Thu, 12 Sep 2024 09:26:44 +0000 (12:26 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:29:11 +0000 (22:29 +0200)
(cherry picked from commit ddd3752b9442ba0528403822a5bb1b2e5e0ae985)

doc/emacs/dired.texi

index 246d3e1a4bc57bb1b9f8b417bf01da78c836a536..6c87db27ac1c7bac92a5055c7b84dd73a343a5d9 100644 (file)
@@ -1820,11 +1820,12 @@ information will not be displayed at all.
 @vindex dired-check-symlinks
   Dired fontifies the items in the Dired buffer.  If the
 @code{default-directory} of that buffer is remote, this might be
-extensive for symbolic links, because their @code{file-truename} is
-evaluated.  Set user option @code{dired-check-symlinks} to @code{nil}
-for remote directories, which suffer from a slow connection.  It can be
-declared as connection-local variable to match how a remote system is
-connectable (@pxref{Connection Variables}).
+expensive for symbolic links, because their @code{file-truename} needs
+to be accessed.  To avoid slowdown in Dired due to this, set user option
+@code{dired-check-symlinks} to @code{nil} for remote directories which
+suffer from a slow connection.  It can be declared as connection-local
+variable to match how a remote system is connectable (@pxref{Connection
+Variables}).
 
 @kindex + @r{(Dired)}
 @findex dired-create-directory