Mercurial > emacs
changeset 8709:258aaa4b66ed
(make-help-screen): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 05 Sep 1994 23:59:51 +0000 |
parents | 6fef8c63f200 |
children | 80ea1fd539f3 |
files | lisp/help-macro.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."