changeset 46133:14893800e663

(syms_of_keymap): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 02 Jul 2002 15:27:56 +0000
parents 4d83b6d5d27a
children 27a5dfb6375a
files src/keymap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Tue Jul 02 14:50:00 2002 +0000
+++ b/src/keymap.c	Tue Jul 02 15:27:56 2002 +0000
@@ -3574,7 +3574,7 @@
 
   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;