diff lisp/textmodes/ooutline.el @ 2308:f287613dfc28

Added or corrected Commentary sections
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 05:42:35 +0000
parents 213978acbc1e
children 443ebd8f59d2
line wrap: on
line diff
--- a/lisp/textmodes/ooutline.el	Mon Mar 22 03:27:18 1993 +0000
+++ b/lisp/textmodes/ooutline.el	Mon Mar 22 05:42:35 1993 +0000
@@ -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 is a major mode for editing outline-format documents.
+;; An outline can be `abstracted' to show headers at any given level,
+;; with all stuff below hidden.  See the Emacs manual for details.
+
 ;;; Code:
 
 ;; Jan '86, Some new features added by Peter Desnoyers and rewritten by RMS.