From: Juanma Barranquero Date: Tue, 2 Jul 2002 15:27:56 +0000 (+0000) Subject: (syms_of_keymap): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~14347 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95296eacc6487be0c920b9c27ea7d0342465fcc3;p=emacs.git (syms_of_keymap): Fix typo. --- diff --git a/src/keymap.c b/src/keymap.c index b7c4519cb01..b312d2516b8 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -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;