diff 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
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."