aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2001-10-31 21:58:18 +0000
committerRichard M. Stallman <[email protected]>2001-10-31 21:58:18 +0000
commit3d24098d2a7c31a4a2a73c8ff609b903e1751603 (patch)
tree2cbdd822c4890ef146971bb9a4b5bed9016e794e /lispref
parente61889649743a8e88fc5bddeacc597b2f47cfe9b (diff)
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 e2acf23afc..ad09c6d190 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.