summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-10-31 22:07:47 +0000
committerRichard M. Stallman <rms@gnu.org>2001-10-31 22:07:47 +0000
commit1fd058dc69cecc8dcb0e0f0290273526f28382f6 (patch)
tree66919e1dbfc2407117f95ea0c408ddab5c6526d7 /lispref
parent1c3d26ce131ef790321040c77eda9fb64b4b23d3 (diff)
downloademacs-1fd058dc69cecc8dcb0e0f0290273526f28382f6.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 9b2c1e15da5..2650b08c45d 100644
--- a/lispref/elisp.texi
+++ b/lispref/elisp.texi
@@ -767,6 +767,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.