diff options
| -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 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 | |||
| 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 | ||