aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/nroff-mode.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1993-03-22 05:42:35 +0000
committerEric S. Raymond <[email protected]>1993-03-22 05:42:35 +0000
commitedbd2f74bced0e41cccddf3032d9cb4486a6d432 (patch)
tree748cd434db6b81b511017666b95dbd7678c010d3 /lisp/textmodes/nroff-mode.el
parente41b2db1da153e3ead4a01cb6e729cb99cad78ae (diff)
Added or corrected Commentary sections
Diffstat (limited to 'lisp/textmodes/nroff-mode.el')
-rw-r--r--lisp/textmodes/nroff-mode.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el
index 5c87ca567f..273e8ee201 100644
--- a/lisp/textmodes/nroff-mode.el
+++ b/lisp/textmodes/nroff-mode.el
@@ -21,6 +21,14 @@
;; 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 is a major mode for editing nroff source code. It knows
+;; about various nroff constructs, ms, mm, and me macros, and will fill
+;; and indent paragraphs properly in their presence. It also includes
+;; a command to count text lines (excluding nroff constructs), a command
+;; to center a line, and movement commands that know how to skip macros.
+
;;; Code:
(defvar nroff-mode-abbrev-table nil