mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Added or corrected Commentary headers
This commit is contained in:
parent
709f7988d2
commit
d9ecc911ff
20 changed files with 124 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;; Major mode for editing the SGML document-markup language.
|
||||
;;
|
||||
;; Some suggestions for your .emacs file:
|
||||
;;
|
||||
;; (autoload 'sgml-mode "sgml-mode" "SGML mode" t)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
;; Copyright (C) 1985 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: wp
|
||||
;; Keywords: wp, unix
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
|
@ -21,6 +21,13 @@
|
|||
;; along with GNU Emacs; see the file COPYING. If not, write to
|
||||
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; This mode orovides an Emacs interface to the UNIX spell(1) program.
|
||||
;; Entry points are `spell-buffer', `spell-word', `spell-region' and
|
||||
;; `spell-string'. These facilities are documented in the Emacs user's
|
||||
;; manual.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defvar spell-command "spell"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,12 @@
|
|||
;; along with GNU Emacs; see the file COPYING. If not, write to
|
||||
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; This package provides the fundamental text mode documented in the
|
||||
;; Emacs user's manual.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defvar text-mode-syntax-table nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue