aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/elisp.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi
index e2acf23afc1..ad09c6d190c 100644
--- a/lispref/elisp.texi
+++ b/lispref/elisp.texi
@@ -770,6 +770,10 @@ Text Properties
770 them back. 770 them back.
771* Lazy Properties:: Computing text properties in a lazy fashion 771* Lazy Properties:: Computing text properties in a lazy fashion
772 only when text is examined. 772 only when text is examined.
773* Clickable Text:: Using text properties to make regions of text
774 do something when you click on them.
775* Fields:: The @code{field} property defines
776 fields within the buffer.
773* Not Intervals:: Why text properties do not use 777* Not Intervals:: Why text properties do not use
774 Lisp-visible text intervals. 778 Lisp-visible text intervals.
775 779