diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-09 16:41:03 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-09 16:41:03 +0200 |
commit | f0cd91067d5706bfe95f9fc8bb05c8a9e0e2d052 (patch) | |
tree | 0c0a37b30294854c8ed1112ac8198463866e41c4 /lisp/emacs-lisp/edebug.el | |
parent | 8cb7682e885c943228299c4e6b7adb6a398c8aae (diff) | |
download | emacs-f0cd91067d5706bfe95f9fc8bb05c8a9e0e2d052.tar.gz emacs-f0cd91067d5706bfe95f9fc8bb05c8a9e0e2d052.tar.bz2 emacs-f0cd91067d5706bfe95f9fc8bb05c8a9e0e2d052.zip |
Improve `C-h b' output for remapped commands.
* lisp/help.el (describe-map): Include the bindings of the
remapped commands (bug#14084).
This will result in output like this, instead of just listing the
remapped commands:
<remap> <display-buffer> ido-display-buffer
C-x 4 C-o display-buffer
<remap> <display-buffer-other-frame> ido-display-buffer-other-frame
C-x 5 C-o display-buffer-other-frame
<remap> <insert-buffer> ido-insert-buffer
C-x x i insert-buffer
<remap> <kill-buffer> ido-kill-buffer
C-x k kill-buffer
<remap> <switch-to-buffer> ido-switch-buffer
C-x b switch-to-buffer
<remap> <switch-to-buffer-other-frame> ido-switch-buffer-other-frame
C-x 5 b switch-to-buffer-other-frame
<remap> <switch-to-buffer-other-window> ido-switch-buffer-other-window
C-x 4 b switch-to-buffer-other-window
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
0 files changed, 0 insertions, 0 deletions