]> git.eshelyaron.com Git - emacs.git/commitdiff
Update menu for subnodes of Text Properties.
authorRichard M. Stallman <rms@gnu.org>
Wed, 31 Oct 2001 21:58:18 +0000 (21:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 31 Oct 2001 21:58:18 +0000 (21:58 +0000)
lispref/elisp.texi

index e2acf23afc1fa8ab7d2d1ac7782da518d7731cac..ad09c6d190c27215470a6f57ff9016c76ef05b74 100644 (file)
@@ -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.