diff options
Diffstat (limited to 'lisp/progmodes/ada-mode.el')
-rw-r--r-- | lisp/progmodes/ada-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 4d29dd1650a..7707e50ea3b 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -7,7 +7,7 @@ ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> ;; Emmanuel Briot <briot@gnat.com> ;; Maintainer: Emmanuel Briot <briot@gnat.com> -;; 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 |