mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-31 04:41:23 -08:00
Print map keys in describe-personal-keybindings
Fixes https://github.com/jwiegley/use-package/issues/406
This commit is contained in:
parent
606284e374
commit
2825987619
1 changed files with 2 additions and 2 deletions
|
|
@ -374,8 +374,8 @@ function symbol (unquoted)."
|
|||
(car (compare-keybindings l r))))))
|
||||
|
||||
(if (not (eq (cdar last-binding) (cdar binding)))
|
||||
(princ (format "\n\n%s\n%s\n\n"
|
||||
(cdar binding)
|
||||
(princ (format "\n\n%s: %s\n%s\n\n"
|
||||
(cdar binding) (caar binding)
|
||||
(make-string (+ 21 (car bind-key-column-widths)
|
||||
(cdr bind-key-column-widths)) ?-)))
|
||||
(if (and last-binding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue