]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor improvement in Emacs user manual
authorEli Zaretskii <eliz@gnu.org>
Fri, 9 Feb 2018 13:32:48 +0000 (15:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 9 Feb 2018 13:32:48 +0000 (15:32 +0200)
* doc/emacs/files.texi (Directories): Document that
'directory-free-space-program' and 'directory-free-space-args' are
only for local filesystems.  Suggested by Michael Albinus
<michael.albinus@gmx.de> in emacs-manual-bugs@gnu.org.

doc/emacs/files.texi

index 0b7a6bcb5266598999ceb2f8e2c941fcdfc5f7ef..45db6d88b4c214e7b8d5cdbec138b79c2f69c97d 100644 (file)
@@ -1302,10 +1302,14 @@ default).
 @vindex directory-free-space-program
 @vindex directory-free-space-args
   In verbose directory listings, Emacs adds information about the
-amount of free space on the disk that contains the directory.  To do
-this, it runs the program specified by
-@code{directory-free-space-program} with arguments
-@code{directory-free-space-args}.
+amount of free space on the disk that contains the directory.  You can
+customize how this is done for local filesystems via the variables
+@code{directory-free-space-program} and
+@code{directory-free-space-args}: the former specifies what program to
+run (default: @command{df}), the latter which arguments to pass to
+that program (default is system-dependent).  (On MS-Windows and
+MS-DOS, these two variables are ignored, and an internal Emacs
+implementation of the same functionality is used instead.)
 
   The command @kbd{M-x delete-directory} prompts for a directory's name
 using the minibuffer, and deletes the directory if it is empty.  If