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:
parent
42e76a876d
commit
3250aca208
@ -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>
|
2006-09-10 Kim F. Storm <storm@cua.dk>
|
||||||
|
|
||||||
* display.texi (Forcing Redisplay): Document return value of
|
* display.texi (Forcing Redisplay): Document return value of
|
||||||
|
@ -664,6 +664,10 @@ undefined in the keymaps.
|
|||||||
The argument @var{accept-defaults} controls checking for default
|
The argument @var{accept-defaults} controls checking for default
|
||||||
bindings, as in @code{lookup-key} (above).
|
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}),
|
When commands are remapped (@pxref{Remapping Commands}),
|
||||||
@code{key-binding} normally processes command remappings so as to
|
@code{key-binding} normally processes command remappings so as to
|
||||||
returns the remapped command that will actually be executed. However,
|
returns the remapped command that will actually be executed. However,
|
||||||
|
Loading…
Reference in New Issue
Block a user