mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
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:
parent
25ea8ea840
commit
984850be80
1 changed files with 2 additions and 2 deletions
|
@ -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)))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue