Mercurial > emacs
changeset 72797:1804621e5f1e
* keymaps.texi (Active Keymaps): Mention that key-binding checks
local maps.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 11 Sep 2006 02:39:16 +0000 |
parents | f4ed3e6eff41 |
children | 6e061fdbf037 |
files | lispref/ChangeLog lispref/keymaps.texi |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Mon Sep 11 02:34:35 2006 +0000 +++ b/lispref/ChangeLog Mon Sep 11 02:39:16 2006 +0000 @@ -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
--- a/lispref/keymaps.texi Mon Sep 11 02:34:35 2006 +0000 +++ b/lispref/keymaps.texi Mon Sep 11 02:39:16 2006 +0000 @@ -664,6 +664,10 @@ 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,