aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorLuc Teirlinck2005-01-13 23:19:47 +0000
committerLuc Teirlinck2005-01-13 23:19:47 +0000
commit8ed9e36a4dcd3158cd839f7a2fe0209c0a3f0010 (patch)
treee5bb33cb1468ec64a1c4b8843a81cf3a58218e33 /lispref
parent20d6de825243c2495ae87a3274ae65cea023d8a4 (diff)
downloademacs-8ed9e36a4dcd3158cd839f7a2fe0209c0a3f0010.tar.gz
emacs-8ed9e36a4dcd3158cd839f7a2fe0209c0a3f0010.zip
(Active Keymaps): Correct typo.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/keymaps.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi
index db280fb9034..b3ae0d8808e 100644
--- a/lispref/keymaps.texi
+++ b/lispref/keymaps.texi
@@ -561,7 +561,7 @@ when the minor mode is enabled. Modes for emulation can specify
561additional active keymaps through the variable 561additional active keymaps through the variable
562@code{emulation-mode-map-alists}. 562@code{emulation-mode-map-alists}.
563 563
564 The highest precedence normal keymap comes from the @code{keymapo} 564 The highest precedence normal keymap comes from the @code{keymap}
565text or overlay property. If that is non-@code{nil}, it is the first 565text or overlay property. If that is non-@code{nil}, it is the first
566keymap to be processed, in normal circumstances. 566keymap to be processed, in normal circumstances.
567 567