comparison lispref/display.texi @ 16123:ec5f48fe0320

Mention local-value property on an overlay.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Sep 1996 15:38:37 +0000
parents 77d451c08a30
children 2e66f4ee4ca8
comparison
equal deleted inserted replaced
16122:9fe39bafd20e 16123:ec5f48fe0320
728 728
729 @item evaporate 729 @item evaporate
730 @kindex evaporate @r{(overlay property)} 730 @kindex evaporate @r{(overlay property)}
731 If this property is non-@code{nil}, the overlay is deleted automatically 731 If this property is non-@code{nil}, the overlay is deleted automatically
732 if it ever becomes empty (i.e., if it spans no characters). 732 if it ever becomes empty (i.e., if it spans no characters).
733
734 @item local-map
735 @cindex keymap of character
736 @kindex local-map @r{(text property)}
737 If this property is non-@code{nil}, it specifies a keymap for a portion
738 of the text. The property's value replaces the buffer's local map, when
739 the character after point is within the overlay. @xref{Active Keymaps}.
733 @end table 740 @end table
734 741
735 These are the functions for reading and writing the properties of an 742 These are the functions for reading and writing the properties of an
736 overlay. 743 overlay.
737 744