comparison lisp/help-macro.el @ 8709:258aaa4b66ed

(make-help-screen): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Mon, 05 Sep 1994 23:59:51 +0000
parents 7615ef8778de
children 9caa80b065fc
comparison
equal deleted inserted replaced
8708:6fef8c63f200 8709:258aaa4b66ed
80 \\[help-command] \\[help-command] gives the window that lists the options.") 80 \\[help-command] \\[help-command] gives the window that lists the options.")
81 81
82 (defmacro make-help-screen (fname help-line help-text helped-map) 82 (defmacro make-help-screen (fname help-line help-text helped-map)
83 "Construct help-menu function name FNAME. 83 "Construct help-menu function name FNAME.
84 When invoked, FNAME shows HELP-LINE and reads a command using HELPED-MAP. 84 When invoked, FNAME shows HELP-LINE and reads a command using HELPED-MAP.
85 If the command is the help character is requested, FNAME displays HELP-TEXT 85 If the command is the help character, FNAME displays HELP-TEXT
86 and continues trying to read a command using HELPED-MAP. 86 and continues trying to read a command using HELPED-MAP.
87 When FNAME finally does get a command, it executes that command 87 When FNAME finally does get a command, it executes that command
88 and then returns." 88 and then returns."
89 (` (defun (, fname) () 89 (` (defun (, fname) ()
90 (, help-text) 90 (, help-text)