diff --git a/meow-util.el b/meow-util.el index 075b49f..11925f2 100644 --- a/meow-util.el +++ b/meow-util.el @@ -537,7 +537,7 @@ that bound to DEF. Otherwise, return DEF." (defalias cmd-name (lambda () (:documentation - (format "Execute the command which is bound to %s." def)) + (format "Execute the command which is bound to %s." (buttonize def 'describe-key (kbd def)))) (interactive) (meow--execute-kbd-macro def))) (put cmd-name 'meow-dispatch def)