Variable: describe-bindings-show-prefix-commands
describe-bindings-show-prefix-commands is a customizable variable
defined in help.el.gz.
Value
nil
Documentation
Non-nil means show prefix commands in the output of describe-bindings.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/help.el.gz
(defcustom describe-bindings-show-prefix-commands nil
"Non-nil means show prefix commands in the output of `describe-bindings'."
:type 'boolean
:group 'help
:version "29.1")