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 | 2d0f98444d8b82973a8b802c778dcc2722fd38bd (patch) | |
tree | 7138f6ab5763950bdc378f8dfb517537acc2dcc3 /lisp/help-macro.el | |
parent | 678d65126749e7a569b4c80822555e258d5fb6ef (diff) | |
download | emacs-2d0f98444d8b82973a8b802c778dcc2722fd38bd.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) |