]> git.eshelyaron.com Git - emacs.git/commit
Further tweaks to how remapped commands are described
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Jun 2022 10:34:18 +0000 (12:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Jun 2022 10:34:18 +0000 (12:34 +0200)
commita6b8bcad58246ed8dcf4674f9df4a6a6859212f3
tree977022f89341bfbae0074803a7c844a33b659c0e
parent71b17f1e940eb38e5e797edbe1eae983b6542ba0
Further tweaks to how remapped commands are described

* lisp/help.el (describe-map): Rework how remapped commands are
output to avoid repetitions.

They're now shown as:

C-x 4 C-o ido-display-buffer
  (Remapped via <remap> <display-buffer>)
C-x 5 C-o ido-display-buffer-other-frame
  (Remapped via <remap> <display-buffer-other-frame>)
C-x x i ido-insert-buffer
  (Remapped via <remap> <insert-buffer>)
lisp/help.el