diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-08-10 09:08:59 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-08-10 09:08:59 +0300 |
commit | d06fc72496f7ec6dc166b264e9a2acae88488733 (patch) | |
tree | 475ecb6b51bbb1eaa6fea827fbffcbd970666050 | |
parent | 97b8ac376b55ad48a8e66e9ab3975f81bc8cbfab (diff) | |
download | emacs-d06fc72496f7ec6dc166b264e9a2acae88488733.tar.gz emacs-d06fc72496f7ec6dc166b264e9a2acae88488733.tar.bz2 emacs-d06fc72496f7ec6dc166b264e9a2acae88488733.zip |
; * doc/emacs/dired.texi (Misc Dired Features): Fix last change.
-rw-r--r-- | doc/emacs/dired.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index c20c221cd78..05e12f56668 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi @@ -1727,7 +1727,7 @@ rotation is lossless, and uses an external utility called @vindex dired-free-space By default, Dired displays the available space on the directory's -disk on the first line of that directory listing, following the +disk on the first line of that directory's listing, following the directory name. You can control this display by customizing the variable @code{dired-free-space}. Its default value is @code{first}, which produces the available space after the directory name. If you |