mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
* lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix.
This commit is contained in:
parent
2f5420c90a
commit
b2c069a20f
@ -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."
|
||||
:type 'boolean :group 'ada)
|
||||
(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")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user