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:
parent
607631539c
commit
779b34dfaa
1 changed files with 4 additions and 2 deletions
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue