summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-02 05:05:47 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-02 05:05:47 +0000
commitcd328322788b6d5fc87068932c9b8b8e77c3b480 (patch)
tree435403ddc0186df624e2ec802b1590a6e34e691b
parent0c1711485d9074bd90145da14ab87b8f088ab2a4 (diff)
downloademacs-cd328322788b6d5fc87068932c9b8b8e77c3b480.tar.gz
(syms_of_keyboard): Doc fix.
-rw-r--r--src/keyboard.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index b74f9cbd6db..8a89ce917a3 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -8264,9 +8264,11 @@ The elements of the list are event types that may have menu bar bindings.");
DEFVAR_KBOARD ("overriding-terminal-local-map",
Voverriding_terminal_local_map,
- "Keymap that overrides all other local keymaps.\n\
+ "Per-terminal keymap that overrides all other local keymaps.\n\
If this variable is non-nil, it is used as a keymap instead of the\n\
-buffer's local map, and the minor mode keymaps and text property keymaps.");
+buffer's local map, and the minor mode keymaps and text property keymaps.\n\
+This variable is intended to let commands such as `universal-argumemnt'\n\
+set up a different keymap for reading the next command.");
DEFVAR_LISP ("overriding-local-map", &Voverriding_local_map,
"Keymap that overrides all other local keymaps.\n\