diff options
Diffstat (limited to 'lisp/textmodes/scribe.el')
-rw-r--r-- | lisp/textmodes/scribe.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/textmodes/scribe.el b/lisp/textmodes/scribe.el index 6954f5c6284..d664292c3d1 100644 --- a/lisp/textmodes/scribe.el +++ b/lisp/textmodes/scribe.el @@ -21,6 +21,12 @@ ;; It should be in a file named COPYING. Among other things, the ;; copyright notice and this notice must be preserved on all copies. +;;; Commentary: + +;; A major mode for editing source in written for the Scribe text formatter. +;; Knows about Scribe syntax and standard layout rules. The command to +;; run Scribe on a buffer is bogus; someone interested should fix it. + ;;; Code: (defvar scribe-mode-syntax-table nil |