From c34cfd69a93ceb64ee6eb75468c32be06371eb8d Mon Sep 17 00:00:00 2001 From: Justin Burkett Date: Wed, 7 Dec 2016 10:14:08 -0500 Subject: [PATCH] Add a missing type declaration --- which-key.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index c8a08295c5f..c5746a3f445 100644 --- a/which-key.el +++ b/which-key.el @@ -202,7 +202,8 @@ pattern for matching command names and use `which-key-highlighted-command-face' for any matching names. If the element is a cons cell, it should take the form (regexp . face to apply)." - :group 'which-key) + :group 'which-key + :type '(repeat (choice string (cons regexp face)))) (defcustom which-key-special-keys '() "These keys will automatically be truncated to one character