changeset 12599:284b8763066d

Document overriding-terminal-local-map.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Jul 1995 23:17:59 +0000
parents 43ebbbe0299f
children fb565b4e8c40
files lispref/keymaps.texi
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/keymaps.texi	Tue Jul 18 23:07:23 1995 +0000
+++ b/lispref/keymaps.texi	Tue Jul 18 23:17:59 1995 +0000
@@ -597,6 +597,16 @@
 not handle by ``unreading'' them and exiting.
 @end defvar
 
+@defvar overriding-terminal-local-map
+If non-@code{nil}, this variable holds a keymap to use instead of
+@code{overriding-local-map}, the buffer's local keymap and all the minor
+mode keymaps.
+
+This variable is always local to the current terminal and cannot be
+buffer-local.  @xref{Multiple Displays}.  It is used to implement
+incremental search mode.
+@end defvar
+
 @node Key Lookup
 @section Key Lookup
 @cindex key lookup