]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix in directory-free-space-program
authorStefan Kangas <stefan@marxist.se>
Fri, 18 Sep 2020 12:43:34 +0000 (14:43 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 18 Sep 2020 14:26:16 +0000 (16:26 +0200)
* 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

index e6629d2a21ad544f9bff0134b104628d96dfff66..07d66c9d3841f0313abe3abc6386018dde07f9ea 100644 (file)
@@ -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