From: Karl Heuer Date: Mon, 5 Sep 1994 23:59:51 +0000 (+0000) Subject: (make-help-screen): Doc fix. X-Git-Tag: emacs-19.34~7145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e31e7d37cef3d83b3b1244450966fab0ace63df6;p=emacs.git (make-help-screen): Doc fix. --- diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 55f63f25c5e..1a304d2e690 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -82,7 +82,7 @@ A value of nil means skip the middle step, so that (defmacro make-help-screen (fname help-line help-text helped-map) "Construct help-menu function name FNAME. When invoked, FNAME shows HELP-LINE and reads a command using HELPED-MAP. -If the command is the help character is requested, FNAME displays HELP-TEXT +If the command is the help character, FNAME displays HELP-TEXT and continues trying to read a command using HELPED-MAP. When FNAME finally does get a command, it executes that command and then returns."