# HG changeset patch # User Karl Heuer # Date 778809591 0 # Node ID 258aaa4b66edbea06bf758066ceec6aadb2dbe62 # Parent 6fef8c63f2006c101853842fc2375f0a6149105a (make-help-screen): Doc fix. diff -r 6fef8c63f200 -r 258aaa4b66ed lisp/help-macro.el --- a/lisp/help-macro.el Mon Sep 05 23:18:00 1994 +0000 +++ b/lisp/help-macro.el Mon Sep 05 23:59:51 1994 +0000 @@ -82,7 +82,7 @@ (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."