]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-help-screen): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Mon, 5 Sep 1994 23:59:51 +0000 (23:59 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 5 Sep 1994 23:59:51 +0000 (23:59 +0000)
lisp/help-macro.el

index 55f63f25c5edf7cab2227579a06a978941c1dd0b..1a304d2e690f279759d03c25d62448003291c5f5 100644 (file)
@@ -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."