diff lisp/emacs-lisp/helper.el @ 584:4cd7543be581

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 20:39:07 +0000
parents 1e0bc00dca7a
children 08eb386dd0f3
line wrap: on
line diff
--- a/lisp/emacs-lisp/helper.el	Mon Mar 16 20:39:05 1992 +0000
+++ b/lisp/emacs-lisp/helper.el	Mon Mar 16 20:39:07 1992 +0000
@@ -21,7 +21,7 @@
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
 
-(provide 'helper)			; hey, here's a helping hand.
+; hey, here's a helping hand.
 
 ;; Bind this to a string for <blank> in "... Other keys <blank>".
 ;; Helper-help uses this to construct help string when scrolling.
@@ -147,3 +147,4 @@
 	     (ding)
 	     (setq continue nil))))))
 
+(provide 'helper)			
\ No newline at end of file