summaryrefslogtreecommitdiff
path: root/lisp/help-macro.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-09-05 23:59:51 +0000
committerKarl Heuer <kwzh@gnu.org>1994-09-05 23:59:51 +0000
commit9295669c3cfa132df7be94d0d5c0790290f43357 (patch)
treec8b12bfa392cdcce95111cac6d7866617e252cb3 /lisp/help-macro.el
parent263e77aecb25e99f3763539ce1099bdcaa05f954 (diff)
downloademacs-9295669c3cfa132df7be94d0d5c0790290f43357.tar.gz
(make-help-screen): Doc fix.
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 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."