diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/overlay-type.html | |
new repository
Diffstat (limited to 'devdocs/elisp/overlay-type.html')
| -rw-r--r-- | devdocs/elisp/overlay-type.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/elisp/overlay-type.html b/devdocs/elisp/overlay-type.html new file mode 100644 index 00000000..6c89dd95 --- /dev/null +++ b/devdocs/elisp/overlay-type.html @@ -0,0 +1,6 @@ + <h4 class="subsection">Overlay Type</h4> <p>An <em>overlay</em> specifies properties that apply to a part of a buffer. Each overlay applies to a specified range of the buffer, and contains a property list (a list whose elements are alternating property names and values). Overlay properties are used to present parts of the buffer temporarily in a different display style. Overlays have no read syntax, and print in hash notation, giving the buffer name and range of positions. </p> <p>See <a href="overlays">Overlays</a>, for information on how you can create and use overlays. </p><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Overlay-Type.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Overlay-Type.html</a> + </p> +</div> |
