Mercurial > emacs
diff lisp/view.el @ 2319:d98c49df2acd
Added or corrected Commentary section
| author | Eric S. Raymond <esr@snark.thyrsus.com> |
|---|---|
| date | Mon, 22 Mar 1993 22:44:33 +0000 |
| parents | f23882d7315a |
| children | fa26210d3028 |
line wrap: on
line diff
--- a/lisp/view.el Mon Mar 22 19:50:35 1993 +0000 +++ b/lisp/view.el Mon Mar 22 22:44:33 1993 +0000 @@ -21,6 +21,11 @@ ;; 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 `view' major mode documented in the Emacs +;; user's manual. + ;;; Code: (defvar view-mode-map nil)
