projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5420c
)
* lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix.
author
Glenn Morris
<rgm@gnu.org>
Tue, 13 Mar 2018 18:48:02 +0000
(14:48 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 13 Mar 2018 18:48:02 +0000
(14:48 -0400)
lisp/progmodes/ada-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ada-mode.el
b/lisp/progmodes/ada-mode.el
index 2d3f6e22a6c9e94d0781b5cee085a2e92c3d8864..76c9be93d03b764025b31c0cfed3a5285ed50dd8 100644
(file)
--- 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 th
e `write-file-functions' hook."
+ "
it has no effect - us
e `write-file-functions' hook."
"23.2")