diff options
| author | Richard M. Stallman | 2006-09-11 14:34:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-09-11 14:34:16 +0000 |
| commit | 4e963ca8161e987565c0fd40fd72d80caa59d1a0 (patch) | |
| tree | 2f1e6db8a3f5a6ec4690040eb0e311bd876ebeb9 | |
| parent | 19a39660c7509e2b2b9dae7c069380b3aba93184 (diff) | |
| download | emacs-4e963ca8161e987565c0fd40fd72d80caa59d1a0.tar.gz emacs-4e963ca8161e987565c0fd40fd72d80caa59d1a0.zip | |
*** empty log message ***
| -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 |