From: Thien-Thi Nguyen Date: Thu, 13 Jan 2005 08:02:42 +0000 (+0000) Subject: (Active Keymaps): Fix overriding-local-map description. X-Git-Tag: ttn-vms-21-2-B4~2784 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=910f60b1656b526b77633077b15107949aea8655;p=emacs.git (Active Keymaps): Fix overriding-local-map description. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 257310dc801..ba92593909e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2005-01-13 Francis Litterio (tiny change) + + * keymaps.texi (Active Keymaps): Fix overriding-local-map description. + 2005-01-12 Kim F. Storm * text.texi (Links and Mouse-1): Rename section from Enabling diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 089d29fc4ee..670184859f6 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -566,7 +566,7 @@ the order specified by @code{minor-mode-map-alist}; if they do not supply a binding for the key, Emacs searches the local map; if that too has no binding, Emacs then searches the global map. However, if @code{overriding-local-map} is non-@code{nil}, Emacs searches that map -first, before the global map. +first, before the minor mode maps. @cindex major mode keymap Since every buffer that uses the same major mode normally uses the