1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(Active Keymaps): Fix overriding-local-map description.

This commit is contained in:
Thien-Thi Nguyen 2005-01-13 08:02:42 +00:00
parent 7573e36da2
commit 910f60b165
2 changed files with 5 additions and 1 deletions

View 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

View 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