]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 13 Mar 2018 18:48:02 +0000 (14:48 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 13 Mar 2018 18:48:02 +0000 (14:48 -0400)
lisp/progmodes/ada-mode.el

index 2d3f6e22a6c9e94d0781b5cee085a2e92c3d8864..76c9be93d03b764025b31c0cfed3a5285ed50dd8 100644 (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."
   :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")