summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/helper.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
committerJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
commit49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch)
tree60c249f15b04478367256fef95c6fd7557f263b9 /lisp/emacs-lisp/helper.el
parent3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff)
downloademacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz
emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.bz2
emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.zip
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/helper.el')
-rw-r--r--lisp/emacs-lisp/helper.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/helper.el b/lisp/emacs-lisp/helper.el
index c718e94be30..0064bc66e07 100644
--- a/lisp/emacs-lisp/helper.el
+++ b/lisp/emacs-lisp/helper.el
@@ -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