emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 b2c069a 2/3: * lisp/progmodes/ada-mode.el (ada-cl


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 b2c069a 2/3: * lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix.
Date: Tue, 13 Mar 2018 14:48:43 -0400 (EDT)

branch: emacs-26
commit b2c069a20f91517592dd3dbff1403c9c7b5de594
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix.
---
 lisp/progmodes/ada-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index 2d3f6e2..76c9be9 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")
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]