summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-09-18 14:43:34 +0200
committerStefan Kangas <stefan@marxist.se>2020-09-18 16:26:16 +0200
commit5938fec07b49de9098091e65f66348bdfa6054f8 (patch)
treefbf5de56f9ef415f6b7cc5a1e870f2e33a6e29b3 /lisp/files.el
parent610be8f64db24f64fadc754a2e88cc59f1adb355 (diff)
downloademacs-5938fec07b49de9098091e65f66348bdfa6054f8.tar.gz
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.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el
index e6629d2a21a..07d66c9d384 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