Variable: where-is-preferred-modifier
where-is-preferred-modifier is a variable defined in keymap.c.
Value
nil
Documentation
Preferred modifier key to use for where-is.
When a single binding is requested, where-is will return one that
uses this modifier key if possible. If nil, or if no such binding
exists, bindings using keys without modifiers (or only with meta) will
be preferred.
Probably introduced at or before Emacs version 23.1.
Source Code
// Defined in /usr/src/emacs/src/keymap.c
DEFVAR_LISP ("where-is-preferred-modifier", Vwhere_is_preferred_modifier,
doc: /* Preferred modifier key to use for `where-is'.
When a single binding is requested, `where-is' will return one that
uses this modifier key if possible. If nil, or if no such binding
exists, bindings using keys without modifiers (or only with meta) will
be preferred. */);