Function: which-key--frame-max-dimensions
which-key--frame-max-dimensions is a byte-compiled function defined in
which-key.el.gz.
Signature
(which-key--frame-max-dimensions)
Documentation
Return max-dimensions of the frame popup.
The return value should be (height . width) in lines and characters respectively.
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defun which-key--frame-max-dimensions ()
"Return max-dimensions of the frame popup.
The return value should be (height . width) in lines and
characters respectively."
(cons which-key-frame-max-height which-key-frame-max-width))