]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Jun 1997 05:05:47 +0000 (05:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Jun 1997 05:05:47 +0000 (05:05 +0000)
src/keyboard.c

index b74f9cbd6db98e7844903e7ac3f6df4aaf287e02..8a89ce917a3b9d622f80e53fc4a1cc0cf589fb31 100644 (file)
@@ -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\