Function: which-key-show-top-level
which-key-show-top-level is an autoloaded, interactive and
byte-compiled function defined in which-key.el.gz.
Signature
(which-key-show-top-level &optional _)
Documentation
Show top-level bindings.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
;;;###autoload
(defun which-key-show-top-level (&optional _)
"Show top-level bindings."
(interactive)
(which-key--create-buffer-and-show nil nil nil "Top-level bindings"))