Mercurial > emacs
changeset 41012:39ee7e7e2200
(ada-fill-comment-prefix): GNAT wants 2 spaces.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 13 Nov 2001 14:22:55 +0000 |
parents | 80522214d9b2 |
children | 85e9ec065308 |
files | lisp/progmodes/ada-mode.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ada-mode.el Tue Nov 13 11:59:54 2001 +0000 +++ b/lisp/progmodes/ada-mode.el Tue Nov 13 14:22:55 2001 +0000 @@ -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.42 $ +;; Ada Core Technologies's version: $Revision: 1.43 $ ;; Keywords: languages ada ;; This file is part of GNU Emacs. @@ -281,9 +281,9 @@ "*Non-nil means indent according to the innermost open parenthesis." :type 'boolean :group 'ada) -(defcustom ada-fill-comment-prefix "-- " +(defcustom ada-fill-comment-prefix "-- " "*Text inserted in the first columns when filling a comment paragraph. -Note: if you modify this variable, you will have to restart the ada-mode to +Note: if you modify this variable, you will have to restart the `ada-mode' to reread this variable." :type 'string :group 'ada)