summaryrefslogtreecommitdiff
path: root/lisp/view.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 22:44:33 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 22:44:33 +0000
commitebd482e980b7efd4fab8673b08cc0806050b9331 (patch)
treee3cbdb7e4da19dfc6b211aeaaa04756d08eff069 /lisp/view.el
parent78708a618c05ffc96b2748cd940cb77efda9e2c7 (diff)
downloademacs-ebd482e980b7efd4fab8673b08cc0806050b9331.tar.gz
Added or corrected Commentary section
Diffstat (limited to 'lisp/view.el')
-rw-r--r--lisp/view.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/view.el b/lisp/view.el
index bcb54fee03c..a4b6442beb0 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -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)