aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-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.");
8264 8264
8265 DEFVAR_KBOARD ("overriding-terminal-local-map", 8265 DEFVAR_KBOARD ("overriding-terminal-local-map",
8266 Voverriding_terminal_local_map, 8266 Voverriding_terminal_local_map,
8267 "Keymap that overrides all other local keymaps.\n\ 8267 "Per-terminal keymap that overrides all other local keymaps.\n\
8268If this variable is non-nil, it is used as a keymap instead of the\n\ 8268If this variable is non-nil, it is used as a keymap instead of the\n\
8269buffer's local map, and the minor mode keymaps and text property keymaps."); 8269buffer's local map, and the minor mode keymaps and text property keymaps.\n\
8270This variable is intended to let commands such as `universal-argumemnt'\n\
8271set up a different keymap for reading the next command.");
8270 8272
8271 DEFVAR_LISP ("overriding-local-map", &Voverriding_local_map, 8273 DEFVAR_LISP ("overriding-local-map", &Voverriding_local_map,
8272 "Keymap that overrides all other local keymaps.\n\ 8274 "Keymap that overrides all other local keymaps.\n\