summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-07-18 23:17:59 +0000
committerRichard M. Stallman <rms@gnu.org>1995-07-18 23:17:59 +0000
commita1862275c17337163f48cae4a46afefea8d193ba (patch)
tree51e0a2dc53351dbc5f9fa10dc9f72494f44b0409 /lispref
parent6111e6898072250d9eb4ba6478f888e4f49c5337 (diff)
downloademacs-a1862275c17337163f48cae4a46afefea8d193ba.tar.gz
Document overriding-terminal-local-map.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/keymaps.texi10
1 files changed, 10 insertions, 0 deletions
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