emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keymap.c,v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c,v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:49:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:49:21

Index: keymap.c
===================================================================
RCS file: /sources/emacs/emacs/src/keymap.c,v
retrieving revision 1.352.2.1
retrieving revision 1.352.2.2
diff -u -b -r1.352.2.1 -r1.352.2.2
--- keymap.c    25 Jul 2007 05:15:47 -0000      1.352.2.1
+++ keymap.c    8 Aug 2007 07:49:17 -0000       1.352.2.2
@@ -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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]