1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-28 19:00:42 -08:00

Add default replacement for next page

This commit is contained in:
justbur 2015-07-22 14:34:29 -04:00
parent 2b442b17c2
commit f454e02490

View file

@ -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