diff options
Diffstat (limited to 'lisp/use-package/bind-key.el')
-rw-r--r-- | lisp/use-package/bind-key.el | 4 |
1 files 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))))) |