comparison lispref/keymaps.texi @ 59529:479c9e7e738f

(Active Keymaps): Correct typo.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 13 Jan 2005 23:19:47 +0000
parents 0cf6ce91b44c
children e77e3350e075 cb67264d6096
comparison
equal deleted inserted replaced
59528:4d6252ae9651 59529:479c9e7e738f
559 Each minor mode can have a keymap; if it does, the keymap is active 559 Each minor mode can have a keymap; if it does, the keymap is active
560 when the minor mode is enabled. Modes for emulation can specify 560 when the minor mode is enabled. Modes for emulation can specify
561 additional active keymaps through the variable 561 additional 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}
565 text or overlay property. If that is non-@code{nil}, it is the first 565 text or overlay property. If that is non-@code{nil}, it is the first
566 keymap to be processed, in normal circumstances. 566 keymap to be processed, in normal circumstances.
567 567
568 However, there are also special circumstances, ways programs can 568 However, there are also special circumstances, ways programs can
569 substitute other keymaps for some of those. The variable 569 substitute other keymaps for some of those. The variable