summaryrefslogtreecommitdiff
path: root/lispref/display.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-05-22 11:30:12 +0000
committerGerd Moellmann <gerd@gnu.org>2000-05-22 11:30:12 +0000
commit04e70eac0d1474b398fb5d1cef1301f2391bb385 (patch)
treed61c1890f567262f549bc6fe4d94c78e0b1d3f9b /lispref/display.texi
parent350563624af034157b7446f2fe0fc77d3886d4d9 (diff)
downloademacs-04e70eac0d1474b398fb5d1cef1301f2391bb385.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/display.texi')
-rw-r--r--lispref/display.texi12
1 files changed, 10 insertions, 2 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 5992c36171d..ecdf52b69c0 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -895,14 +895,22 @@ sense---only on the screen.
If this property is non-@code{nil}, the overlay is deleted automatically
if it ever becomes empty (i.e., if it spans no characters).
-@item local-map
+@item keymap
@cindex keymap of character (and overlays)
-@kindex local-map @r{(overlay property)}
+@kindex keymap @r{(overlay property)}
If this property is non-@code{nil}, it specifies a keymap for a portion
of the text. The property's value replaces the buffer's local map, when
the character after point is within the overlay. @xref{Active Keymaps}.
@end table
+@item local-map
+@cindex keymap of character (and overlays)
+@kindex local-map @r{(overlay property)}
+This property is like the @code{keymap} property, except that it doesn't
+replace the buffer's local map. Keys not defined in the keymap
+specified with @code{local-map} are looked up in the buffer's local map.
+@end table
+
@node Managing Overlays
@subsection Managing Overlays