diff options
| author | Eric S. Raymond | 1993-03-22 05:42:35 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1993-03-22 05:42:35 +0000 |
| commit | edbd2f74bced0e41cccddf3032d9cb4486a6d432 (patch) | |
| tree | 748cd434db6b81b511017666b95dbd7678c010d3 /lisp/textmodes | |
| parent | e41b2db1da153e3ead4a01cb6e729cb99cad78ae (diff) | |
| download | emacs-edbd2f74bced0e41cccddf3032d9cb4486a6d432.tar.gz emacs-edbd2f74bced0e41cccddf3032d9cb4486a6d432.zip | |
Added or corrected Commentary sections
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/nroff-mode.el | 8 | ||||
| -rw-r--r-- | lisp/textmodes/ooutline.el | 6 | ||||
| -rw-r--r-- | lisp/textmodes/page.el | 5 | ||||
| -rw-r--r-- | lisp/textmodes/paragraphs.el | 5 | ||||
| -rw-r--r-- | lisp/textmodes/picture.el | 7 |
5 files changed, 31 insertions, 0 deletions
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index 5c87ca567ff..273e8ee201b 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el | |||
| @@ -21,6 +21,14 @@ | |||
| 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 22 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 23 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 26 | ;; This package is a major mode for editing nroff source code. It knows | ||
| 27 | ;; about various nroff constructs, ms, mm, and me macros, and will fill | ||
| 28 | ;; and indent paragraphs properly in their presence. It also includes | ||
| 29 | ;; a command to count text lines (excluding nroff constructs), a command | ||
| 30 | ;; to center a line, and movement commands that know how to skip macros. | ||
| 31 | |||
| 24 | ;;; Code: | 32 | ;;; Code: |
| 25 | 33 | ||
| 26 | (defvar nroff-mode-abbrev-table nil | 34 | (defvar nroff-mode-abbrev-table nil |
diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el index 1712f4b5682..19ee1f70b29 100644 --- a/lisp/textmodes/ooutline.el +++ b/lisp/textmodes/ooutline.el | |||
| @@ -20,6 +20,12 @@ | |||
| 20 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 20 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 21 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 21 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 22 | 22 | ||
| 23 | ;;; Commentary: | ||
| 24 | |||
| 25 | ;; This package is a major mode for editing outline-format documents. | ||
| 26 | ;; An outline can be `abstracted' to show headers at any given level, | ||
| 27 | ;; with all stuff below hidden. See the Emacs manual for details. | ||
| 28 | |||
| 23 | ;;; Code: | 29 | ;;; Code: |
| 24 | 30 | ||
| 25 | ;; Jan '86, Some new features added by Peter Desnoyers and rewritten by RMS. | 31 | ;; Jan '86, Some new features added by Peter Desnoyers and rewritten by RMS. |
diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el index 9d57cb18ecf..fca4d9f6608 100644 --- a/lisp/textmodes/page.el +++ b/lisp/textmodes/page.el | |||
| @@ -20,6 +20,11 @@ | |||
| 20 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 20 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 21 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 21 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 22 | 22 | ||
| 23 | ;;; Commentary: | ||
| 24 | |||
| 25 | ;; This code provides the page-oriented movement and selection commands | ||
| 26 | ;; documented in the Emacs manual. | ||
| 27 | |||
| 23 | ;;; Code: | 28 | ;;; Code: |
| 24 | 29 | ||
| 25 | (defun forward-page (&optional count) | 30 | (defun forward-page (&optional count) |
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index e404a995cf7..baebf2d23ff 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el | |||
| @@ -21,6 +21,11 @@ | |||
| 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 22 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 23 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 26 | ;; This package provides the paragraph-oriented commands documented in the | ||
| 27 | ;; Emacs manual. | ||
| 28 | |||
| 24 | ;;; Code: | 29 | ;;; Code: |
| 25 | 30 | ||
| 26 | (defconst paragraph-start "^[ \t\n\f]" "\ | 31 | (defconst paragraph-start "^[ \t\n\f]" "\ |
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 622269bec1b..a0864a79c0f 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el | |||
| @@ -21,6 +21,13 @@ | |||
| 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 22 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 23 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 26 | ;; This code provides the picture-mode commands documented in the Emacs | ||
| 27 | ;; manual. The screen is treated as a semi-infinite quarter-plane with | ||
| 28 | ;; support for rectangle operations and `etch-a-sketch' character | ||
| 29 | ;; insertion in any of eight directions. | ||
| 30 | |||
| 24 | ;;; Code: | 31 | ;;; Code: |
| 25 | 32 | ||
| 26 | (defun move-to-column-force (column) | 33 | (defun move-to-column-force (column) |