comparison lisp/textmodes/scribe.el @ 2315:9e7ec92a4fdf

Added or corrected Commentary headers
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 16:53:22 +0000
parents 2c7997f249eb
children b2e37a1d2347
comparison
equal deleted inserted replaced
2314:a47c59ea019b 2315:9e7ec92a4fdf
18 ;; document "GNU Emacs copying permission notice". An exact copy 18 ;; document "GNU Emacs copying permission notice". An exact copy
19 ;; of the document is supposed to have been given to you along with 19 ;; of the document is supposed to have been given to you along with
20 ;; GNU Emacs so that you can know how you may redistribute it all. 20 ;; GNU Emacs so that you can know how you may redistribute it all.
21 ;; It should be in a file named COPYING. Among other things, the 21 ;; It should be in a file named COPYING. Among other things, the
22 ;; copyright notice and this notice must be preserved on all copies. 22 ;; copyright notice and this notice must be preserved on all copies.
23
24 ;;; Commentary:
25
26 ;; A major mode for editing source in written for the Scribe text formatter.
27 ;; Knows about Scribe syntax and standard layout rules. The command to
28 ;; run Scribe on a buffer is bogus; someone interested should fix it.
23 29
24 ;;; Code: 30 ;;; Code:
25 31
26 (defvar scribe-mode-syntax-table nil 32 (defvar scribe-mode-syntax-table nil
27 "Syntax table used while in scribe mode.") 33 "Syntax table used while in scribe mode.")