diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-04 15:38:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-04 15:38:37 +0000 |
commit | ae1af43ee5d7e47a60306e13d4e8e0b6bd2dc8a6 (patch) | |
tree | f8b67db219c90f8a37d4509f6ede6ebd06f8ea5c | |
parent | 0160525374f4b85f0d4377e70f9459ef55057d08 (diff) | |
download | emacs-ae1af43ee5d7e47a60306e13d4e8e0b6bd2dc8a6.tar.gz |
Mention local-value property on an overlay.
-rw-r--r-- | lispref/display.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 4eeca159647..ae91f450924 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -730,6 +730,13 @@ newlines, will give strange results. @kindex evaporate @r{(overlay property)} 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 +@cindex keymap of character +@kindex local-map @r{(text 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 These are the functions for reading and writing the properties of an |