]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keymap): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Jul 2002 15:27:56 +0000 (15:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Jul 2002 15:27:56 +0000 (15:27 +0000)
src/keymap.c

index b7c4519cb01ba6025b0b88993f2885e5b3651280..b312d2516b82e826d463a5502986c1b1212e8bb8 100644 (file)
@@ -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;