aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/keymaps.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi
index d876761a765..c626b46e544 100644
--- a/lispref/keymaps.texi
+++ b/lispref/keymaps.texi
@@ -665,8 +665,8 @@ The argument @var{accept-defaults} controls checking for default
665bindings, as in @code{lookup-key} (above). 665bindings, as in @code{lookup-key} (above).
666 666
667When @var{key} is a vector containing an input event, such as a mouse 667When @var{key} is a vector containing an input event, such as a mouse
668click, @code{key-binding} first looks for the binding in the local 668click, @code{key-binding} first looks for the binding in the keymaps
669keymap at the position specified by that event, if any. 669that would be active at the position where the click was done.
670 670
671When commands are remapped (@pxref{Remapping Commands}), 671When commands are remapped (@pxref{Remapping Commands}),
672@code{key-binding} normally processes command remappings so as to 672@code{key-binding} normally processes command remappings so as to