diff options
-rw-r--r-- | emacs/notmuch-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index bc695119..4c615474 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -253,7 +253,7 @@ prefix argument. PREFIX and TAIL are used internally." (setq tail (notmuch-describe-keymap binding ua-keys (notmuch-prefix-key-description key) tail))) - (t + (binding (when (and ua-keys (symbolp binding) (get binding 'notmuch-prefix-doc)) ;; Documentation for prefixed command |