1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* keymaps.texi (Active Keymaps): Mention that key-binding checks

local maps.
This commit is contained in:
Chong Yidong 2006-09-11 02:39:16 +00:00
parent 42e76a876d
commit 3250aca208
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-09-10 Chong Yidong <cyd@stupidchicken.com>
* keymaps.texi (Active Keymaps): Mention that key-binding checks
local maps.
2006-09-10 Kim F. Storm <storm@cua.dk>
* display.texi (Forcing Redisplay): Document return value of

View File

@ -664,6 +664,10 @@ undefined in the keymaps.
The argument @var{accept-defaults} controls checking for default
bindings, as in @code{lookup-key} (above).
When @var{key} is a vector containing an input event, such as a mouse
click, @code{key-binding} first looks for the binding in the local
keymap at the position specified by that event, if any.
When commands are remapped (@pxref{Remapping Commands}),
@code{key-binding} normally processes command remappings so as to
returns the remapped command that will actually be executed. However,