(syms_of_keymap): Fix typo.
This commit is contained in:
parent
2022c546c0
commit
95296eacc6
1 changed files with 1 additions and 1 deletions
|
@ -3574,7 +3574,7 @@ in the list takes precedence. */);
|
|||
|
||||
DEFVAR_LISP ("minor-mode-overriding-map-alist", &Vminor_mode_overriding_map_alist,
|
||||
doc: /* Alist of keymaps to use for minor modes, in current major mode.
|
||||
This variable is a alist just like `minor-mode-map-alist', and it is
|
||||
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. */);
|
||||
Vminor_mode_overriding_map_alist = Qnil;
|
||||
|
|
Loading…
Add table
Reference in a new issue