From: Adam Spiers Date: Sat, 4 Jan 2014 12:06:41 +0000 (+0000) Subject: hyperlink functions in Comments column X-Git-Tag: emacs-29.0.90~1306^2~15^2~425^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=984850be80;p=emacs.git 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. --- diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index 2bae1bf0730..f5e07ba7831 100644 --- a/lisp/use-package/bind-key.el +++ b/lisp/use-package/bind-key.el @@ -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)))))