diff lisp/help.el @ 2315:9e7ec92a4fdf

Added or corrected Commentary headers
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 16:53:22 +0000
parents ad7b89a430df
children c12e0f0a3179
line wrap: on
line diff
--- a/lisp/help.el	Mon Mar 22 14:57:04 1993 +0000
+++ b/lisp/help.el	Mon Mar 22 16:53:22 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 code implements GNU Emac's on-line help system, the one invoked by
+;;`M-x help-for-help'.
+
 ;;; Code:
 
 ;; Get the macro make-help-screen when this is compiled,