1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00

(syms_of_keyboard): Doc fix.

This commit is contained in:
Richard M. Stallman 1997-06-02 05:05:47 +00:00
parent 607631539c
commit 779b34dfaa

View 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\