Function: make-which-key--pages

make-which-key--pages is a byte-compiled function defined in which-key.el.gz.

Signature

(make-which-key--pages &key PAGES HEIGHT WIDTHS KEYS/PAGE PAGE-NUMS NUM-PAGES TOTAL-KEYS PREFIX PREFIX-TITLE)

Documentation

Constructor for objects of type which-key--pages.

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)