From: Richard M. Stallman Date: Tue, 18 Jul 1995 23:17:59 +0000 (+0000) Subject: Document overriding-terminal-local-map. X-Git-Tag: emacs-19.34~3260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5fe8e44d85343486746d3e2a225285b4b1038445;p=emacs.git Document overriding-terminal-local-map. --- diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 005d5407395..adb0a8be835 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -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