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

index 9b2c1e15da58f9b0e9e5c829f79ec42f5b12f290..2650b08c45d5480eb8268255c42582423d2e4893 100644 (file)
@@ -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.