diff options
| author | Richard M. Stallman | 1997-06-02 05:05:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-02 05:05:47 +0000 |
| commit | 779b34dfaa85d1f7b224ea2dc026c992c171e9c7 (patch) | |
| tree | 2309f2d080bedb67091c4873cf79b83ae30f7e98 | |
| parent | 607631539cae697993aa74cd8e8d2da656dbbcf7 (diff) | |
| download | emacs-779b34dfaa85d1f7b224ea2dc026c992c171e9c7.tar.gz emacs-779b34dfaa85d1f7b224ea2dc026c992c171e9c7.zip | |
(syms_of_keyboard): Doc fix.
| -rw-r--r-- | src/keyboard.c | 6 |
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\ |
| 8268 | If this variable is non-nil, it is used as a keymap instead of the\n\ | 8268 | If this variable is non-nil, it is used as a keymap instead of the\n\ |
| 8269 | buffer's local map, and the minor mode keymaps and text property keymaps."); | 8269 | buffer's local map, and the minor mode keymaps and text property keymaps.\n\ |
| 8270 | This variable is intended to let commands such as `universal-argumemnt'\n\ | ||
| 8271 | set 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\ |