mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 00:00:39 -08:00
Merge pull request from aspiers/hyperlink-all-bindings
hyperlink functions in Comments column GitHub-reference: https://github.com/jwiegley/use-package/issues/76
This commit is contained in:
commit
283653ff4b
1 changed files with 2 additions and 2 deletions
|
|
@ -205,8 +205,8 @@
|
|||
(if (or (null was-command)
|
||||
(string= command-desc was-command-desc))
|
||||
""
|
||||
(format "(%s)" was-command-desc))
|
||||
(format "[now: %s]" at-present)))))
|
||||
(format "was `%s\'" was-command-desc))
|
||||
(format "[now: `%s\']" at-present)))))
|
||||
|
||||
(setq last-binding binding)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue