Variable: minor-mode-overriding-map-alist

minor-mode-overriding-map-alist is a buffer-local variable defined in C source code.

Documentation

Alist of keymaps to use for minor modes, in current major mode.

This variable is an alist just like minor-mode-map-alist, and it is used the same way (and before minor-mode-map-alist); however, it is provided for major modes to bind locally.

View in manual

Probably introduced at or before Emacs version 20.3.

Source Code

C code is not yet loaded.