]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 13 Jan 2005 19:43:09 +0000 (19:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 13 Jan 2005 19:43:09 +0000 (19:43 +0000)
src/keyboard.c

index 1c6f3f7c5f5ffe7e07cf7b56bf633dddfd2da43a..4a99ee1bc19927dce36e13febf4402a5e9ab0e09 100644 (file)
@@ -11269,14 +11269,15 @@ The elements of the list are event types that may have menu bar bindings.  */);
                 doc: /* Per-terminal keymap that overrides all other local keymaps.
 If this variable is non-nil, it is used as a keymap instead of the
 buffer's local map, and the minor mode keymaps and text property keymaps.
-It also overrides `overriding-local-map'.
+It also replaces `overriding-local-map'.
+
 This variable is intended to let commands such as `universal-argument'
 set up a different keymap for reading the next command.  */);
 
   DEFVAR_LISP ("overriding-local-map", &Voverriding_local_map,
               doc: /* Keymap that overrides all other local keymaps.
-If this variable is non-nil, it is used as a keymap instead of the
-buffer's local map, and the minor mode keymaps and text property keymaps.  */);
+If this variable is non-nil, it is used as a keymap--replacing the
+buffer's local map, the minor mode keymaps, and char property keymaps.  */);
   Voverriding_local_map = Qnil;
 
   DEFVAR_LISP ("overriding-local-map-menu-flag", &Voverriding_local_map_menu_flag,