diff options
| -rw-r--r-- | lispref/keymaps.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index a9b9ca2d512..e83ac362dab 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi | |||
| @@ -669,7 +669,7 @@ current active keymaps. The result is @code{nil} if @var{key} is | |||
| 669 | undefined in the keymaps. | 669 | undefined in the keymaps. |
| 670 | 670 | ||
| 671 | The argument @var{accept-defaults} controls checking for default | 671 | The argument @var{accept-defaults} controls checking for default |
| 672 | bindings, as in @code{lookup-key} (above). | 672 | bindings, as in @code{lookup-key}. @xref{Functions for Key Lookup}. |
| 673 | 673 | ||
| 674 | When commands are remapped (@pxref{Remapping Commands}), | 674 | When commands are remapped (@pxref{Remapping Commands}), |
| 675 | @code{key-binding} normally processes command remappings so as to | 675 | @code{key-binding} normally processes command remappings so as to |