emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/ada-mode.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-mode.el
Date: Tue, 13 Nov 2001 15:18:40 -0500

Index: emacs/lisp/progmodes/ada-mode.el
diff -u emacs/lisp/progmodes/ada-mode.el:1.43 
emacs/lisp/progmodes/ada-mode.el:1.44
--- emacs/lisp/progmodes/ada-mode.el:1.43       Mon Jul 16 11:12:19 2001
+++ emacs/lisp/progmodes/ada-mode.el    Tue Nov 13 09:22:55 2001
@@ -7,7 +7,7 @@
 ;;      Markus Heritsch <address@hidden>
 ;;      Emmanuel Briot  <address@hidden>
 ;; Maintainer: Emmanuel Briot <address@hidden>
-;; Ada Core Technologies's version:   $Revision: 1.43 $
+;; Ada Core Technologies's version:   $Revision: 1.44 $
 ;; 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]