Variable: which-key-allow-multiple-replacements
which-key-allow-multiple-replacements is a customizable variable
defined in which-key.el.gz.
Value
nil
Documentation
Allow a key binding to be modified by multiple elements.
When non-nil, this allows a single key binding to match multiple
patterns in which-key-replacement-alist. When nil, only the
first match is used to perform replacements from
which-key-replacement-alist.
This variable was added, or its default value changed, in which-key version 1.0.
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defcustom which-key-allow-multiple-replacements nil
"Allow a key binding to be modified by multiple elements.
When non-nil, this allows a single key binding to match multiple
patterns in `which-key-replacement-alist'. When nil, only the
first match is used to perform replacements from
`which-key-replacement-alist'."
:type 'boolean
:package-version '(which-key . "1.0") :version "30.1")