emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/gnus-select 16cfb9a 074/218: * lisp/progmodes/ada-


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 16cfb9a 074/218: * lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix.
Date: Fri, 14 Dec 2018 03:35:03 -0500 (EST)

branch: feature/gnus-select
commit 16cfb9a6a14ec1e6a0c970ad610ae0b7b33a7613
Author: Glenn Morris <address@hidden>
Commit: Andrew G Cohen <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]