summaryrefslogtreecommitdiff
path: root/lisp/help-macro.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-08 22:38:25 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-08 22:38:25 +0000
commit2d0f98444d8b82973a8b802c778dcc2722fd38bd (patch)
tree7138f6ab5763950bdc378f8dfb517537acc2dcc3 /lisp/help-macro.el
parent678d65126749e7a569b4c80822555e258d5fb6ef (diff)
downloademacs-2d0f98444d8b82973a8b802c778dcc2722fd38bd.tar.gz
Provide help-macro, not help-screen.
Diffstat (limited to 'lisp/help-macro.el')
-rw-r--r--lisp/help-macro.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-macro.el b/lisp/help-macro.el
index cd6831fe214..04699ae3875 100644
--- a/lisp/help-macro.el
+++ b/lisp/help-macro.el
@@ -68,7 +68,7 @@
;;; Code:
-(provide 'help-screen)
+(provide 'help-macro)
(require 'backquote)
(defmacro make-help-screen (fname help-line help-text helped-map)