]> code.delx.au - gnu-emacs/commitdiff
* keymaps.texi (Active Keymaps): Mention that key-binding checks
authorChong Yidong <cyd@stupidchicken.com>
Mon, 11 Sep 2006 02:39:16 +0000 (02:39 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 11 Sep 2006 02:39:16 +0000 (02:39 +0000)
local maps.

lispref/ChangeLog
lispref/keymaps.texi

index f8713eb039440780cd694a1f0239374beeb8e38e..3ce4978d956aeca60d03076b1579a2b4d9d90980 100644 (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
index 13f4550a082b078a5964a3aaf91f9b4a3ec9d3c6..d876761a76584ed71a612c6a458bed133bd1795c 100644 (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,