changeset 7382:8b71746369ed

(Electric-history-undefined): Substitute `Helper-help', not `Help-for-help'.
author Karl Heuer <kwzh@gnu.org>
date Sat, 07 May 1994 01:54:48 +0000
parents 9e7dd6d12e1f
children d635aebf8036
files lisp/echistory.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/echistory.el	Sat May 07 01:52:42 1994 +0000
+++ b/lisp/echistory.el	Sat May 07 01:54:48 1994 +0000
@@ -136,7 +136,7 @@
 (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 ()