Function: which-key-show-full-minor-mode-keymap
which-key-show-full-minor-mode-keymap is an autoloaded, interactive
and byte-compiled function defined in which-key.el.gz.
Signature
(which-key-show-full-minor-mode-keymap)
Documentation
Show all bindings in KEYMAP using which-key.
KEYMAP is selected interactively by mode in
minor-mode-map-alist.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
;;;###autoload
(defun which-key-show-full-minor-mode-keymap ()
"Show all bindings in KEYMAP using which-key.
KEYMAP is selected interactively by mode in
`minor-mode-map-alist'."
(interactive)
(which-key-show-minor-mode-keymap t))