diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-08-03 21:32:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-08-03 21:32:21 +0000 |
commit | 22c5d72000119e6a4eba84c2168ad3e65a6c1810 (patch) | |
tree | fc4d7ffab666d626e71b1d47722e97be6134acc8 /lisp/ebuff-menu.el | |
parent | 6d911d8f0eccdea30889bb8a0e09320593a53f97 (diff) | |
download | emacs-22c5d72000119e6a4eba84c2168ad3e65a6c1810.tar.gz |
*** empty log message ***
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 8a0c469f938..de244ee026b 100644 --- a/lisp/ebuff-menu.el +++ b/lisp/ebuff-menu.el @@ -226,7 +226,7 @@ Does not execute select, save, or delete commands." (eq (key-binding " ") 'Electric-buffer-menu-select) (eq (key-binding help-key) 'Helper-help) (eq (key-binding "?") 'Helper-describe-bindings)) - "Type C-c C-c to exit, Space to select, C-h for help, ? for commands" + (substitute-command-keys "Type C-c C-c to exit, Space to select, \\[Helper-help] for help, ? for commands") (substitute-command-keys "\ Type \\[Electric-buffer-menu-quit] to exit, \ \\[Electric-buffer-menu-select] to select, \ |