Mercurial > emacs
diff src/keymap.c @ 78501:1677cf1c2509
Replace `iff' in comments.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Wed, 08 Aug 2007 07:49:21 +0000 |
| parents | 922696f363b0 |
| children | fc2bcd2a8aad e5a68f18fcb9 |
line wrap: on
line diff
--- a/src/keymap.c Wed Aug 08 07:48:26 2007 +0000 +++ b/src/keymap.c Wed Aug 08 07:49:21 2007 +0000 @@ -4093,7 +4093,7 @@ 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;
