aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2024-09-12 12:26:44 +0300
committerEli Zaretskii2024-09-12 12:26:44 +0300
commitddd3752b9442ba0528403822a5bb1b2e5e0ae985 (patch)
treedc3ac65b63d8c7f3ea1cf25503c9a7f0ff2fc9b5 /doc
parent2a75693f24a631b0a2a366bdce1ca5cb0c38d215 (diff)
downloademacs-ddd3752b9442ba0528403822a5bb1b2e5e0ae985.tar.gz
emacs-ddd3752b9442ba0528403822a5bb1b2e5e0ae985.zip
; * doc/emacs/dired.texi (Misc Dired Features): Fix wording.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/dired.texi11
1 files 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.
1820@vindex dired-check-symlinks 1820@vindex dired-check-symlinks
1821 Dired fontifies the items in the Dired buffer. If the 1821 Dired fontifies the items in the Dired buffer. If the
1822@code{default-directory} of that buffer is remote, this might be 1822@code{default-directory} of that buffer is remote, this might be
1823extensive for symbolic links, because their @code{file-truename} is 1823expensive for symbolic links, because their @code{file-truename} needs
1824evaluated. Set user option @code{dired-check-symlinks} to @code{nil} 1824to be accessed. To avoid slowdown in Dired due to this, set user option
1825for remote directories, which suffer from a slow connection. It can be 1825@code{dired-check-symlinks} to @code{nil} for remote directories which
1826declared as connection-local variable to match how a remote system is 1826suffer from a slow connection. It can be declared as connection-local
1827connectable (@pxref{Connection Variables}). 1827variable to match how a remote system is connectable (@pxref{Connection
1828Variables}).
1828 1829
1829@kindex + @r{(Dired)} 1830@kindex + @r{(Dired)}
1830@findex dired-create-directory 1831@findex dired-create-directory