aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorPavel Janík2001-12-20 19:01:00 +0000
committerPavel Janík2001-12-20 19:01:00 +0000
commitf0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch)
tree158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /lisp/progmodes
parent0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff)
downloademacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.gz
emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.zip
Doc fix.
Diffstat (limited to 'lisp/progmodes')
-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 4d29dd1650a..7707e50ea3b 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -7,7 +7,7 @@
7;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> 7;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
8;; Emmanuel Briot <briot@gnat.com> 8;; Emmanuel Briot <briot@gnat.com>
9;; Maintainer: Emmanuel Briot <briot@gnat.com> 9;; Maintainer: Emmanuel Briot <briot@gnat.com>
10;; Ada Core Technologies's version: $Revision: 1.45 $ 10;; Ada Core Technologies's version: $Revision: 1.46 $
11;; Keywords: languages ada 11;; Keywords: languages ada
12 12
13;; This file is part of GNU Emacs. 13;; This file is part of GNU Emacs.
@@ -241,7 +241,7 @@ For instance:
241 241
242(defcustom ada-indent-comment-as-code t 242(defcustom ada-indent-comment-as-code t
243 "*Non-nil means indent comment lines as code. 243 "*Non-nil means indent comment lines as code.
244Nil means do not auto-indent comments." 244nil means do not auto-indent comments."
245 :type 'boolean :group 'ada) 245 :type 'boolean :group 'ada)
246 246
247(defcustom ada-indent-is-separate t 247(defcustom ada-indent-is-separate t