mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29: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)
|
||||
(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