(Electric-history-undefined): Substitute `Helper-help', not `Help-for-help'.
authorKarl Heuer <kwzh@gnu.org>
Sat, 7 May 1994 01:54:48 +0000 (01:54 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 7 May 1994 01:54:48 +0000 (01:54 +0000)
lisp/echistory.el

index 9b356e6..0aa19c5 100644 (file)
@@ -136,7 +136,7 @@ The Command History listing is recomputed each time this mode is invoked."
 (defun Electric-history-undefined ()
   (interactive)
   (ding)
-  (message (substitute-command-keys "Type \\[Help-for-help] for help, ? for commands, C-c to quit, Space to execute"))
+  (message (substitute-command-keys "Type \\[Helper-help] for help, ? for commands, C-c C-c to quit, Space to execute"))
   (sit-for 4))
 
 (defun Electric-history-quit ()