From: Glenn Morris Date: Tue, 13 Mar 2018 18:48:02 +0000 (-0400) Subject: * lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix. X-Git-Tag: emacs-26.1-rc1~90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2c069a20f91517592dd3dbff1403c9c7b5de594;p=emacs.git * lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix. --- diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 2d3f6e22a6c..76c9be93d03 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -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")