diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-08-03 22:07:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-08-03 22:07:34 +0000 |
commit | e17d2fd17924c106f91b1cbc8d0a38561e7f00ad (patch) | |
tree | 14ba5ac9fa19318759a2abf15489f785d17306db /lisp/ebuff-menu.el | |
parent | 8892e83c7c27d449031dd7939dcc7dee3524f49c (diff) | |
download | emacs-e17d2fd17924c106f91b1cbc8d0a38561e7f00ad.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/ebuff-menu.el')
-rw-r--r-- | lisp/ebuff-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ebuff-menu.el b/lisp/ebuff-menu.el index f9bb8adf3b6..bc05ade43bf 100644 --- a/lisp/ebuff-menu.el +++ b/lisp/ebuff-menu.el @@ -221,7 +221,7 @@ Does not execute select, save, or delete commands." (ding) (message (if (and (eq (key-binding "\C-c\C-c") 'Electric-buffer-menu-quit) (eq (key-binding " ") 'Electric-buffer-menu-select) - (eq (key-binding help-key) 'Helper-help) + (eq (key-binding (char-to-string help-char)) 'Helper-help) (eq (key-binding "?") 'Helper-describe-bindings)) (substitute-command-keys "Type C-c C-c to exit, Space to select, \\[Helper-help] for help, ? for commands") (substitute-command-keys "\ |