# HG changeset patch # User Thien-Thi Nguyen # Date 1105603242 0 # Node ID 21e3f3ca0b54dab6c7e623583dffb08fb15049ea # Parent ad1d69769947c1f878420bc875c65534b1ef0ea2 (Active Keymaps): Fix overriding-local-map description. diff -r ad1d69769947 -r 21e3f3ca0b54 lispref/keymaps.texi --- a/lispref/keymaps.texi Thu Jan 13 04:38:31 2005 +0000 +++ b/lispref/keymaps.texi Thu Jan 13 08:00:42 2005 +0000 @@ -566,7 +566,7 @@ 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