diff lisp/emacs-lisp/helper.el @ 660:08eb386dd0f3

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:12:08 +0000
parents 4cd7543be581
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/emacs-lisp/helper.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/emacs-lisp/helper.el	Sat May 30 23:12:08 1992 +0000
@@ -1,5 +1,4 @@
-;; helper - utility help package for modes which want to provide help
-;; without relinquishing control, e.g. `electric' modes.
+;;; helper.el --- utility help package supporting help in electric modes
 
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
 ;; Principal author K. Shane Hartman
@@ -147,4 +146,6 @@
 	     (ding)
 	     (setq continue nil))))))
 
-(provide 'helper)			
\ No newline at end of file
+(provide 'helper)
+
+;;; helper.el ends here