aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 7a1fc998758..bfc81614245 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -3898,7 +3898,7 @@ don't alter it yourself. */);
3898 DEFVAR_LISP ("minor-mode-map-alist", &Vminor_mode_map_alist, 3898 DEFVAR_LISP ("minor-mode-map-alist", &Vminor_mode_map_alist,
3899 doc: /* Alist of keymaps to use for minor modes. 3899 doc: /* Alist of keymaps to use for minor modes.
3900Each element looks like (VARIABLE . KEYMAP); KEYMAP is used to read 3900Each element looks like (VARIABLE . KEYMAP); KEYMAP is used to read
3901key sequences and look up bindings iff VARIABLE's value is non-nil. 3901key sequences and look up bindings if VARIABLE's value is non-nil.
3902If two active keymaps bind the same key, the keymap appearing earlier 3902If two active keymaps bind the same key, the keymap appearing earlier
3903in the list takes precedence. */); 3903in the list takes precedence. */);
3904 Vminor_mode_map_alist = Qnil; 3904 Vminor_mode_map_alist = Qnil;