1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 08:10:21 -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:
John Wiegley 2014-01-06 08:49:52 -08:00
commit 283653ff4b

View file

@ -205,8 +205,8 @@
(if (or (null was-command) (if (or (null was-command)
(string= command-desc was-command-desc)) (string= command-desc was-command-desc))
"" ""
(format "(%s)" was-command-desc)) (format "was `%s\'" was-command-desc))
(format "[now: %s]" at-present))))) (format "[now: `%s\']" at-present)))))
(setq last-binding binding))))) (setq last-binding binding)))))