]> git.eshelyaron.com Git - emacs.git/commitdiff
hyperlink functions in Comments column
authorAdam Spiers <emacs@adamspiers.org>
Sat, 4 Jan 2014 12:06:41 +0000 (12:06 +0000)
committerAdam Spiers <emacs@adamspiers.org>
Sat, 4 Jan 2014 13:00:23 +0000 (13:00 +0000)
Previously, only the functions in the Command column were hyper-linked.
Also clarify the meaning of the "was" entries in the Comments column.

lisp/use-package/bind-key.el

index 2bae1bf0730e9178bfd26b86187cf5c6ef0027ee..f5e07ba7831af6192a2ce44e3d2f730a084996b6 100644 (file)
                 (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)))))