diff --git a/which-key.el b/which-key.el index 6024d148427..8a7a671a705 100644 --- a/which-key.el +++ b/which-key.el @@ -87,7 +87,7 @@ in the first example." :type '(alist :key-type regexp :value-type string)) (defcustom which-key-description-replacement-alist - '(("Prefix Command" . "prefix")) + '(("Prefix Command" . "prefix") ("which-key-show-next-page" . "wk next pg")) "See `which-key-key-replacement-alist'. This is a list of lists for replacing descriptions." :group 'which-key