mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-27 10:21:14 -08:00
Add a missing type declaration
This commit is contained in:
parent
786d800f61
commit
c34cfd69a9
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue