# HG changeset patch # User Eric S. Raymond # Date 732840273 0 # Node ID d98c49df2acd5bec29538362f710ce8f9b01d0e7 # Parent 50737ca2fd45a43ce3aeea1b700deda53c780bb9 Added or corrected Commentary section diff -r 50737ca2fd45 -r d98c49df2acd lisp/=timer.el --- a/lisp/=timer.el Mon Mar 22 19:50:35 1993 +0000 +++ b/lisp/=timer.el Mon Mar 22 22:44:33 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 gives you the capability to run Emacs Lisp commands at +;; specified simes in the future, either as one-shots or periodically. +;; The single entry point is `run-at-time'. + ;;; Code: (defvar timer-process nil) diff -r 50737ca2fd45 -r d98c49df2acd lisp/emulation/vip.el --- a/lisp/emulation/vip.el Mon Mar 22 19:50:35 1993 +0000 +++ b/lisp/emulation/vip.el Mon Mar 22 22:44:33 1993 +0000 @@ -6,6 +6,8 @@ ;;; Commentary: +;; A full-featured vi(1) emulator. +;; ;; In Japan, the author's address is: masahiko@sato.riec.tohoku.junet ;; ;; Send suggestions and bug reports to one of the above addresses. @@ -274,7 +276,7 @@ (vip-change-mode 'emacs-mode)) -;; escape to emacs mode termporarilly +;; escape to emacs mode temporarily (defun vip-get-editor-command (l-map g-map &optional str) "Read characters from keyboard until an editor command is formed, using diff -r 50737ca2fd45 -r d98c49df2acd lisp/textmodes/underline.el --- a/lisp/textmodes/underline.el Mon Mar 22 19:50:35 1993 +0000 +++ b/lisp/textmodes/underline.el Mon Mar 22 22:44:33 1993 +0000 @@ -21,6 +21,13 @@ ;; 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 deals with the primitive form of underlining +;; consisting of prefixing each character with "_\^h". The entry +;; point `underline-region' performs such underlining on a region. +;; The entry point `ununderline-region' removes it. + ;;; Code: ;;;###autoload diff -r 50737ca2fd45 -r d98c49df2acd lisp/time.el --- a/lisp/time.el Mon Mar 22 19:50:35 1993 +0000 +++ b/lisp/time.el Mon Mar 22 22:44:33 1993 +0000 @@ -20,6 +20,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: + +;;; Facilities to display current time/date and a new-mail indicator +;;; in the Emacs mode line. The single entry point is `display-time'. + ;;; Code: (defvar display-time-mail-file nil diff -r 50737ca2fd45 -r d98c49df2acd lisp/uncompress.el --- a/lisp/uncompress.el Mon Mar 22 19:50:35 1993 +0000 +++ b/lisp/uncompress.el Mon Mar 22 22:44:33 1993 +0000 @@ -20,6 +20,13 @@ ;; 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 can be used to arrange for automatic uncompress of +;; files packed with the UNIX compress(1) utility when they are visited. +;; All that's necessary is to load it. This can conveniently be done from +;; your .emacs file. + ;;; Code: ;; When we are about to make a backup file, diff -r 50737ca2fd45 -r d98c49df2acd lisp/view.el --- 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) diff -r 50737ca2fd45 -r d98c49df2acd lisp/xscheme.el --- a/lisp/xscheme.el Mon Mar 22 19:50:35 1993 +0000 +++ b/lisp/xscheme.el Mon Mar 22 22:44:33 1993 +0000 @@ -3,7 +3,7 @@ ;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc. ;; Maintainer: FSF -;; Keywords: languages +;; Keywords: languages lisp ;; This file is part of GNU Emacs. @@ -23,8 +23,10 @@ ;;; Commentary: -;;; Requires C-Scheme release 5 or later -;;; Changes to Control-G handler require runtime version 13.85 or later +;; A major mode for editing Scheme and interacting with MIT's C-Scheme. +;; +;; Requires C-Scheme release 5 or later +;; Changes to Control-G handler require runtime version 13.85 or later ;;; Code: