summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-10-31 21:58:18 +0000
committerRichard M. Stallman <rms@gnu.org>2001-10-31 21:58:18 +0000
commit9df4e5824b9b6b069cac7757f0ab0395631ccd0f (patch)
tree4051c06cd3ad1aecbb0f0060ec3a506ce32791a9 /lispref
parent31d710839fe9a3807f99344f2def81fdec9b3db4 (diff)
downloademacs-9df4e5824b9b6b069cac7757f0ab0395631ccd0f.tar.gz
Update menu for subnodes of Text Properties.
Diffstat (limited to 'lispref')
-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
them back.
* Lazy Properties:: Computing text properties in a lazy fashion
only when text is examined.
+* Clickable Text:: Using text properties to make regions of text
+ do something when you click on them.
+* Fields:: The @code{field} property defines
+ fields within the buffer.
* Not Intervals:: Why text properties do not use
Lisp-visible text intervals.