mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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.
This commit is contained in:
parent
610be8f64d
commit
5938fec07b
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue