Variable: bind-key-column-widths
bind-key-column-widths is a customizable variable defined in
bind-key.el.gz.
Value
(18 . 40)
Documentation
Width of columns in describe-personal-keybindings.
Source Code
;; Defined in /usr/src/emacs/lisp/bind-key.el.gz
(defcustom bind-key-column-widths '(18 . 40)
"Width of columns in `describe-personal-keybindings'."
:type '(cons integer integer)
:group 'bind-key)