emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5938fec 1/2: Doc fix in directory-free-space-program


From: Stefan Kangas
Subject: master 5938fec 1/2: Doc fix in directory-free-space-program
Date: Fri, 18 Sep 2020 11:42:44 -0400 (EDT)

branch: master
commit 5938fec07b49de9098091e65f66348bdfa6054f8
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Doc fix in directory-free-space-program
    
    * lisp/files.el (directory-free-space-program): Doc fix; there is no
    need to repeat that its obsolete here since it will be shown by
    customize, describe-variable, etc. automatically.
---
 lisp/files.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/files.el b/lisp/files.el
index e6629d2..07d66c9 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -6814,9 +6814,7 @@ We assume the output has the format of `df'.
 The value of this variable must be just a command name or file name;
 if you want to specify options, use `directory-free-space-args'.
 
-A value of nil disables this feature.
-
-This variable is obsolete; Emacs no longer uses it."
+A value of nil disables this feature."
   :type '(choice (string :tag "Program") (const :tag "None" nil))
   :group 'dired)
 (make-obsolete-variable 'directory-free-space-program



reply via email to

[Prev in Thread] Current Thread [Next in Thread]