aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ada-mode.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-12-20 19:01:00 +0000
committerPavel Janík <[email protected]>2001-12-20 19:01:00 +0000
commitf0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch)
tree158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /lisp/progmodes/ada-mode.el
parent0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff)
Doc fix.
Diffstat (limited to 'lisp/progmodes/ada-mode.el')
-rw-r--r--lisp/progmodes/ada-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index 4d29dd1650..7707e50ea3 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -7,7 +7,7 @@
;; Markus Heritsch <[email protected]>
;; Emmanuel Briot <[email protected]>
;; Maintainer: Emmanuel Briot <[email protected]>
-;; Ada Core Technologies's version: $Revision: 1.45 $
+;; Ada Core Technologies's version: $Revision: 1.46 $
;; Keywords: languages ada
;; This file is part of GNU Emacs.
@@ -241,7 +241,7 @@ For instance:
(defcustom ada-indent-comment-as-code t
"*Non-nil means indent comment lines as code.
-Nil means do not auto-indent comments."
+nil means do not auto-indent comments."
:type 'boolean :group 'ada)
(defcustom ada-indent-is-separate t