From 984850be80d947144f0f0d4823636941e463d1d1 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 4 Jan 2014 12:06:41 +0000 Subject: [PATCH] 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. --- lisp/use-package/bind-key.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))))) -- 2.39.2