]> code.delx.au - gnu-emacs/blobdiff - src/keymap.c
[MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
[gnu-emacs] / src / keymap.c
index c9817199a4fd406f61ff00dd2157ff801e1889aa..2c760050c1d68f340369ce599984ca6e5fb6483c 100644 (file)
@@ -4074,7 +4074,7 @@ don't alter it yourself.  */);
   DEFVAR_LISP ("minor-mode-map-alist", &Vminor_mode_map_alist,
               doc: /* Alist of keymaps to use for minor modes.
 Each element looks like (VARIABLE . KEYMAP); KEYMAP is used to read
-key sequences and look up bindings iff VARIABLE's value is non-nil.
+key sequences and look up bindings if VARIABLE's value is non-nil.
 If two active keymaps bind the same key, the keymap appearing earlier
 in the list takes precedence.  */);
   Vminor_mode_map_alist = Qnil;