summaryrefslogtreecommitdiff
path: root/lisp/echistory.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-05-07 01:54:48 +0000
committerKarl Heuer <kwzh@gnu.org>1994-05-07 01:54:48 +0000
commitdc7491fac827dc8f7e7a2a9823468d0442f40f8c (patch)
treef85df1a6236efc720e23974893166e1ba8d47fe7 /lisp/echistory.el
parent6b3ce6abf5eaac57a7f7fd1700881d8ad2df100d (diff)
downloademacs-dc7491fac827dc8f7e7a2a9823468d0442f40f8c.tar.gz
(Electric-history-undefined): Substitute `Helper-help', not `Help-for-help'.
Diffstat (limited to 'lisp/echistory.el')
-rw-r--r--lisp/echistory.el2
1 files changed, 1 insertions, 1 deletions
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 ()