From 910f60b1656b526b77633077b15107949aea8655 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 13 Jan 2005 08:02:42 +0000 Subject: [PATCH] (Active Keymaps): Fix overriding-local-map description. --- lispref/ChangeLog | 4 ++++ lispref/keymaps.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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