# HG changeset patch # User Karl Heuer # Date 768275688 0 # Node ID 8b71746369ed2a713ad60d86382038fd702341e9 # Parent 9e7dd6d12e1f92ab158352cfb693f9afdb306c40 (Electric-history-undefined): Substitute `Helper-help', not `Help-for-help'. diff -r 9e7dd6d12e1f -r 8b71746369ed lisp/echistory.el --- 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 ()