mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-15 17:00:26 +00:00
Mention local-value property on an overlay.
This commit is contained in:
parent
37de9e5d47
commit
d2609065f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user