Function: which-key--pages-total-keys
which-key--pages-total-keys is a byte-compiled function defined in
which-key.el.gz.
Signature
(which-key--pages-total-keys which-key--pages-total-keys X)
Documentation
Access slot "total-keys" of which-key--pages struct X.
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(cl-defstruct which-key--pages
pages
height
widths
keys/page
page-nums
num-pages
total-keys
prefix
prefix-title)