diff options
| author | Richard M. Stallman | 1996-09-04 15:38:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-04 15:38:37 +0000 |
| commit | d2609065f8d2c45154f9fd061cb9fa2338397ede (patch) | |
| tree | 86b30ffb75658cabbade3b3fb3fa6ae8905e9c7e | |
| parent | 37de9e5d47ce2089c241cd65dc7dfe4b0248c2c4 (diff) | |
| download | emacs-d2609065f8d2c45154f9fd061cb9fa2338397ede.tar.gz emacs-d2609065f8d2c45154f9fd061cb9fa2338397ede.zip | |
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. | |||
| 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 |