diff options
| author | Nick Roberts | 2006-12-30 06:26:32 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-12-30 06:26:32 +0000 |
| commit | 0422008af3ea0e2d0d7cceffe3cd04ae9f63864e (patch) | |
| tree | 3c81da684943a589755b7a1801faaa8fb20af56c | |
| parent | 8d3f955bf57dd4413e48d36747c7b07c7ea5e7a4 (diff) | |
| download | emacs-0422008af3ea0e2d0d7cceffe3cd04ae9f63864e.tar.gz emacs-0422008af3ea0e2d0d7cceffe3cd04ae9f63864e.zip | |
(Active Keymaps): Make xref to lookup-key.
| -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 |