hyperlink functions in Comments column

Previously, only the functions in the Command column were hyper-linked.
Also clarify the meaning of the "was" entries in the Comments column.
This commit is contained in:
Adam Spiers 2014-01-04 12:06:41 +00:00
parent 25ea8ea840
commit 984850be80

View file

@ -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)))))