comparison src/keyboard.c @ 36741:1ff754da1128

(syms_of_keyboard) <overriding-local-map>: Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 12 Mar 2001 14:46:47 +0000
parents 55c887a0c742
children a12182d34820
comparison
equal deleted inserted replaced
36740:af252cc6d9c8 36741:1ff754da1128
10618 DEFVAR_KBOARD ("overriding-terminal-local-map", 10618 DEFVAR_KBOARD ("overriding-terminal-local-map",
10619 Voverriding_terminal_local_map, 10619 Voverriding_terminal_local_map,
10620 "Per-terminal keymap that overrides all other local keymaps.\n\ 10620 "Per-terminal keymap that overrides all other local keymaps.\n\
10621 If this variable is non-nil, it is used as a keymap instead of the\n\ 10621 If this variable is non-nil, it is used as a keymap instead of the\n\
10622 buffer's local map, and the minor mode keymaps and text property keymaps.\n\ 10622 buffer's local map, and the minor mode keymaps and text property keymaps.\n\
10623 This variable is intended to let commands such as `universal-argumemnt'\n\ 10623 This variable is intended to let commands such as `universal-argument'\n\
10624 set up a different keymap for reading the next command."); 10624 set up a different keymap for reading the next command.");
10625 10625
10626 DEFVAR_LISP ("overriding-local-map", &Voverriding_local_map, 10626 DEFVAR_LISP ("overriding-local-map", &Voverriding_local_map,
10627 "Keymap that overrides all other local keymaps.\n\ 10627 "Keymap that overrides all other local keymaps.\n\
10628 If this variable is non-nil, it is used as a keymap instead of the\n\ 10628 If this variable is non-nil, it is used as a keymap instead of the\n\