]> git.eshelyaron.com Git - emacs.git/commitdiff
Document overriding-terminal-local-map.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 1995 23:17:59 +0000 (23:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 1995 23:17:59 +0000 (23:17 +0000)
lispref/keymaps.texi

index 005d540739539279098828ed4c716cf105b6da9a..adb0a8be835461c7e877bf08e02ef309ab18754c 100644 (file)
@@ -597,6 +597,16 @@ typically do this anyway; normally they respond to events that they do
 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