summaryrefslogtreecommitdiff
path: root/lisp/progmodes/modula2.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/modula2.el')
-rw-r--r--lisp/progmodes/modula2.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/progmodes/modula2.el b/lisp/progmodes/modula2.el
index fd261980d80..21b7d475b30 100644
--- a/lisp/progmodes/modula2.el
+++ b/lisp/progmodes/modula2.el
@@ -11,6 +11,12 @@
;; Author Mick Jordan
;; amended Peter Robinson
+;;; Commentary:
+
+;; A major mode for editing Modula-2 code. It provides convenient abbrevs
+;; for Modula-2 keywords, knows about the standard layout rules, and supports
+;; a native compile command.
+
;;; Code:
;;; Added by Tom Perrine (TEP)