diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 05:42:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 05:42:35 +0000 |
commit | edbd2f74bced0e41cccddf3032d9cb4486a6d432 (patch) | |
tree | 748cd434db6b81b511017666b95dbd7678c010d3 /lisp/progmodes/modula2.el | |
parent | e41b2db1da153e3ead4a01cb6e729cb99cad78ae (diff) | |
download | emacs-edbd2f74bced0e41cccddf3032d9cb4486a6d432.tar.gz |
Added or corrected Commentary sections
Diffstat (limited to 'lisp/progmodes/modula2.el')
-rw-r--r-- | lisp/progmodes/modula2.el | 6 |
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) |