Function: which-key--lighter-restore
which-key--lighter-restore is a byte-compiled function defined in
which-key.el.gz.
Signature
(which-key--lighter-restore)
Documentation
Restore the lighter for which-key.
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defun which-key--lighter-restore ()
"Restore the lighter for which-key."
(when which-key-show-remaining-keys
(setcar (cdr (assq 'which-key-mode minor-mode-alist))
which-key-lighter)))