From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/elisp/overlay-type.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/elisp/overlay-type.html (limited to 'devdocs/elisp/overlay-type.html') 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 @@ +

Overlay Type

An overlay 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.

See Overlays, for information on how you can create and use overlays.

+

+ Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
+ https://www.gnu.org/software/emacs/manual/html_node/elisp/Overlay-Type.html +

+
-- cgit v1.2.3