Mercurial > emacs
changeset 18118:66c0e1ba8da4
(syms_of_keyboard): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Jun 1997 05:05:47 +0000 |
parents | 5db3b24f2c5c |
children | 8805be62c8f7 |
files | src/keyboard.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Mon Jun 02 04:57:39 1997 +0000 +++ b/src/keyboard.c Mon Jun 02 05:05:47 1997 +0000 @@ -8264,9 +8264,11 @@ 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\