X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/cbf83ce9f9163ef95b62c778f4d3efa3cc465cfe..0ea47a6159f351f32b7dbc68debe99eb02f2dd8d:/lisp/progmodes/modula2.el diff --git a/lisp/progmodes/modula2.el b/lisp/progmodes/modula2.el index c6ab534706..582e495a2b 100644 --- a/lisp/progmodes/modula2.el +++ b/lisp/progmodes/modula2.el @@ -2,7 +2,7 @@ ;; Author: Michael Schmidt ;; Tom Perrine -;; Maintainer: FSF +;; Maintainer: emacs-devel@gnu.org ;; Keywords: languages ;; This file is part of GNU Emacs. @@ -65,7 +65,7 @@ :group 'modula2) (defcustom m2-end-comment-column 75 - "*Column for aligning the end of a comment, in Modula-2." + "Column for aligning the end of a comment, in Modula-2." :type 'integer :group 'modula2) @@ -104,7 +104,7 @@ "Keymap used in Modula-2 mode.") (defcustom m2-indent 5 - "*This variable gives the indentation in Modula-2-Mode." + "This variable gives the indentation in Modula-2 mode." :type 'integer :group 'modula2) (put 'm2-indent 'safe-local-variable @@ -308,8 +308,6 @@ followed by the first character of the construct. `m2-indent' controls the number of spaces for each indentation. `m2-compile-command' holds the command to compile a Modula-2 program. `m2-link-command' holds the command to link a Modula-2 program." - (make-local-variable 'm2-end-comment-column) - (set (make-local-variable 'paragraph-start) (concat "$\\|" page-delimiter)) (set (make-local-variable 'paragraph-separate) paragraph-start) (set (make-local-variable 'paragraph-ignore-fill-prefix) t) @@ -468,7 +466,7 @@ followed by the first character of the construct. '(m2-var) \n _ \n \n '(m2-begin) '(m2-begin-comment) - " Module " str " Initialisation Code " + " Module " str " Initialization Code " '(m2-end-comment) \n \n "END " str "." > \n) @@ -615,5 +613,4 @@ followed by the first character of the construct. (provide 'modula2) -;; arch-tag: a21df1cb-5ece-4709-9219-1e7cd2d85d90 ;;; modula2.el ends here