diff lisp/help.el @ 660:08eb386dd0f3

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:12:08 +0000
parents 4cec2e6d4f9e
children a8d94735277e
line wrap: on
line diff
--- a/lisp/help.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/help.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Help commands for Emacs
+;;; help.el --- help commands for Emacs
+
 ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -383,3 +384,5 @@
      load-path)
     (message "No library %s in search path" library)
     nil))
+
+;;; help.el ends here