diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-08 22:38:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-08 22:38:25 +0000 |
commit | dd6a74ce66e05887fcf2a07303c21dc43367f17e (patch) | |
tree | 657bcd5723f68aed3a412330370deb6c77d64ef2 /lisp/help-macro.el | |
parent | e5a10c81691fb76bbb0b010a914e28efc088baf6 (diff) | |
download | emacs-dd6a74ce66e05887fcf2a07303c21dc43367f17e.tar.gz |
Provide help-macro, not help-screen.
Diffstat (limited to 'lisp/help-macro.el')
-rw-r--r-- | lisp/help-macro.el | 2 |
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) |