From: Juanma Barranquero Date: Tue, 2 Jul 2002 15:26:51 +0000 (+0000) Subject: (syms_of_keymap): Fix typo. X-Git-Tag: emacs-pretest-21.2.91~212 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=314793d4104ef43774ac867f4b020e8c46c12974;p=emacs.git (syms_of_keymap): Fix typo. --- diff --git a/src/keymap.c b/src/keymap.c index a01131a1fc6..346f707109e 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -3404,7 +3404,7 @@ in the list takes precedence."); DEFVAR_LISP ("minor-mode-overriding-map-alist", &Vminor_mode_overriding_map_alist, "Alist of keymaps to use for minor modes, in current major mode.\n\ -This variable is a alist just like `minor-mode-map-alist', and it is\n\ +This variable is an alist just like `minor-mode-map-alist', and it is\n\ used the same way (and before `minor-mode-map-alist'); however,\n\ it is provided for major modes to bind locally."); Vminor_mode_overriding_map_alist = Qnil;