From 90c50a024bbb4d3e56368bc35dac02673e2cad24 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 7 May 1994 01:54:48 +0000 Subject: [PATCH] (Electric-history-undefined): Substitute `Helper-help', not `Help-for-help'. --- lisp/echistory.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/echistory.el b/lisp/echistory.el index 9b356e60d5e..0aa19c566a3 100644 --- a/lisp/echistory.el +++ b/lisp/echistory.el @@ -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 () -- 2.39.5