+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
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,