aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-12-30 17:57:16 +0000
committerRichard M. Stallman2006-12-30 17:57:16 +0000
commitb8be4eb4bc34d00c36429279ac745bed96f734c3 (patch)
tree006d9d2f801b3cc697c46268bde5c493edb22977
parent658052a2cedcc669bc0a7b5f6d216faa339f0612 (diff)
downloademacs-b8be4eb4bc34d00c36429279ac745bed96f734c3.tar.gz
emacs-b8be4eb4bc34d00c36429279ac745bed96f734c3.zip
(Active Keymaps): Fix previous change.
-rw-r--r--lispref/keymaps.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi
index e83ac362dab..b1de45a2885 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}. @xref{Functions for Key Lookup}. 672bindings, as in @code{lookup-key} (@pxref{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