* lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix.
This commit is contained in:
parent
2f5420c90a
commit
b2c069a20f
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ It may be `downcase-word', `upcase-word', `ada-loose-case-word' or
|
||||||
"Non-nil means remove trailing spaces and untabify the buffer before saving."
|
"Non-nil means remove trailing spaces and untabify the buffer before saving."
|
||||||
:type 'boolean :group 'ada)
|
:type 'boolean :group 'ada)
|
||||||
(make-obsolete-variable 'ada-clean-buffer-before-saving
|
(make-obsolete-variable 'ada-clean-buffer-before-saving
|
||||||
"use the `write-file-functions' hook."
|
"it has no effect - use `write-file-functions' hook."
|
||||||
"23.2")
|
"23.2")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue