]> code.delx.au - gnu-emacs/commitdiff
(Active Keymaps): Fix overriding-local-map description.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 13 Jan 2005 08:02:42 +0000 (08:02 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 13 Jan 2005 08:02:42 +0000 (08:02 +0000)
lispref/ChangeLog
lispref/keymaps.texi

index 257310dc80129aecd33da3a424d2da70bc03d432..ba92593909e64eabe1833d4be9562613ad7d6300 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
+
+       * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
+
 2005-01-12  Kim F. Storm  <storm@cua.dk>
 
        * text.texi (Links and Mouse-1): Rename section from Enabling
index 089d29fc4ee1564060132ccf068a7dc3b6f9ff70..670184859f638366732a39ae8fc705b288a728f3 100644 (file)
@@ -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