Mercurial > emacs
changeset 56609:c78ddc1fda85
(syms_of_keyboard) <overriding-terminal-local-map>: Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 07 Aug 2004 02:28:50 +0000 |
parents | bd38ac56d4a3 |
children | 91de08b1289c |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Sat Aug 07 01:12:59 2004 +0000 +++ b/src/keyboard.c Sat Aug 07 02:28:50 2004 +0000 @@ -11280,6 +11280,7 @@ doc: /* Per-terminal keymap that overrides all other local keymaps. If this variable is non-nil, it is used as a keymap instead of the buffer's local map, and the minor mode keymaps and text property keymaps. +It also overrides `overriding-local-map'. This variable is intended to let commands such as `universal-argument' set up a different keymap for reading the next command. */);