# HG changeset patch # User Luc Teirlinck # Date 1091845730 0 # Node ID c78ddc1fda85f9dc6358af66ff0967040e6fbe73 # Parent bd38ac56d4a3db56db2ce70eb75568cdfe9917d0 (syms_of_keyboard) : Doc fix. diff -r bd38ac56d4a3 -r c78ddc1fda85 src/keyboard.c --- a/src/keyboard.c Sat Aug 07 01:12:59 2004 +0000 +++ b/src/keyboard.c Sat Aug 07 02:28:50 2004 +0000 @@ -11280,6 +11280,7 @@ 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'. This variable is intended to let commands such as `universal-argument' set up a different keymap for reading the next command. */);