diff options
| -rw-r--r-- | lispref/keymaps.texi | 4 |
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 | |||
| 665 | bindings, as in @code{lookup-key} (above). | 665 | bindings, as in @code{lookup-key} (above). |
| 666 | 666 | ||
| 667 | When @var{key} is a vector containing an input event, such as a mouse | 667 | When @var{key} is a vector containing an input event, such as a mouse |
| 668 | click, @code{key-binding} first looks for the binding in the local | 668 | click, @code{key-binding} first looks for the binding in the keymaps |
| 669 | keymap at the position specified by that event, if any. | 669 | that would be active at the position where the click was done. |
| 670 | 670 | ||
| 671 | When commands are remapped (@pxref{Remapping Commands}), | 671 | When 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 |