From 0a0b67b9db843520e4bac8dd18e3079644fa4da9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 12 Sep 2024 12:26:44 +0300 Subject: [PATCH] ; * doc/emacs/dired.texi (Misc Dired Features): Fix wording. (cherry picked from commit ddd3752b9442ba0528403822a5bb1b2e5e0ae985) --- doc/emacs/dired.texi | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 246d3e1a4bc..6c87db27ac1 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi @@ -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 -- 2.39.5