aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-08 22:38:25 +0000
committerRichard M. Stallman <[email protected]>1993-05-08 22:38:25 +0000
commitdd6a74ce66e05887fcf2a07303c21dc43367f17e (patch)
tree657bcd5723f68aed3a412330370deb6c77d64ef2 /lisp
parente5a10c81691fb76bbb0b010a914e28efc088baf6 (diff)
Provide help-macro, not help-screen.
Diffstat (limited to 'lisp')
-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 cd6831fe21..04699ae387 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)