Mercurial > emacs
comparison src/keyboard.c @ 56609:c78ddc1fda85
(syms_of_keyboard) <overriding-terminal-local-map>: Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 07 Aug 2004 02:28:50 +0000 |
parents | b427147a826a |
children | 05bc08d74392 |
comparison
equal
deleted
inserted
replaced
56608:bd38ac56d4a3 | 56609:c78ddc1fda85 |
---|---|
11278 DEFVAR_KBOARD ("overriding-terminal-local-map", | 11278 DEFVAR_KBOARD ("overriding-terminal-local-map", |
11279 Voverriding_terminal_local_map, | 11279 Voverriding_terminal_local_map, |
11280 doc: /* Per-terminal keymap that overrides all other local keymaps. | 11280 doc: /* Per-terminal keymap that overrides all other local keymaps. |
11281 If this variable is non-nil, it is used as a keymap instead of the | 11281 If this variable is non-nil, it is used as a keymap instead of the |
11282 buffer's local map, and the minor mode keymaps and text property keymaps. | 11282 buffer's local map, and the minor mode keymaps and text property keymaps. |
11283 It also overrides `overriding-local-map'. | |
11283 This variable is intended to let commands such as `universal-argument' | 11284 This variable is intended to let commands such as `universal-argument' |
11284 set up a different keymap for reading the next command. */); | 11285 set up a different keymap for reading the next command. */); |
11285 | 11286 |
11286 DEFVAR_LISP ("overriding-local-map", &Voverriding_local_map, | 11287 DEFVAR_LISP ("overriding-local-map", &Voverriding_local_map, |
11287 doc: /* Keymap that overrides all other local keymaps. | 11288 doc: /* Keymap that overrides all other local keymaps. |