diff options
| author | Eli Zaretskii | 2024-09-12 12:26:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-09-12 12:26:44 +0300 |
| commit | ddd3752b9442ba0528403822a5bb1b2e5e0ae985 (patch) | |
| tree | dc3ac65b63d8c7f3ea1cf25503c9a7f0ff2fc9b5 /doc | |
| parent | 2a75693f24a631b0a2a366bdce1ca5cb0c38d215 (diff) | |
| download | emacs-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.texi | 11 |
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 |
| 1823 | extensive for symbolic links, because their @code{file-truename} is | 1823 | expensive for symbolic links, because their @code{file-truename} needs |
| 1824 | evaluated. Set user option @code{dired-check-symlinks} to @code{nil} | 1824 | to be accessed. To avoid slowdown in Dired due to this, set user option |
| 1825 | for remote directories, which suffer from a slow connection. It can be | 1825 | @code{dired-check-symlinks} to @code{nil} for remote directories which |
| 1826 | declared as connection-local variable to match how a remote system is | 1826 | suffer from a slow connection. It can be declared as connection-local |
| 1827 | connectable (@pxref{Connection Variables}). | 1827 | variable to match how a remote system is connectable (@pxref{Connection |
| 1828 | Variables}). | ||
| 1828 | 1829 | ||
| 1829 | @kindex + @r{(Dired)} | 1830 | @kindex + @r{(Dired)} |
| 1830 | @findex dired-create-directory | 1831 | @findex dired-create-directory |