1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix.

This commit is contained in:
Glenn Morris 2018-03-13 14:48:02 -04:00
parent 2f5420c90a
commit b2c069a20f

View File

@ -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")