aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-12-30 06:26:32 +0000
committerNick Roberts2006-12-30 06:26:32 +0000
commit0422008af3ea0e2d0d7cceffe3cd04ae9f63864e (patch)
tree3c81da684943a589755b7a1801faaa8fb20af56c
parent8d3f955bf57dd4413e48d36747c7b07c7ea5e7a4 (diff)
downloademacs-0422008af3ea0e2d0d7cceffe3cd04ae9f63864e.tar.gz
emacs-0422008af3ea0e2d0d7cceffe3cd04ae9f63864e.zip
(Active Keymaps): Make xref to lookup-key.
-rw-r--r--lispref/keymaps.texi2
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
669undefined in the keymaps. 669undefined in the keymaps.
670 670
671The argument @var{accept-defaults} controls checking for default 671The argument @var{accept-defaults} controls checking for default
672bindings, as in @code{lookup-key} (above). 672bindings, as in @code{lookup-key}. @xref{Functions for Key Lookup}.
673 673
674When commands are remapped (@pxref{Remapping Commands}), 674When 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