diff options
| author | Richard M. Stallman | 2001-10-31 21:58:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-10-31 21:58:18 +0000 |
| commit | 3d24098d2a7c31a4a2a73c8ff609b903e1751603 (patch) | |
| tree | 2cbdd822c4890ef146971bb9a4b5bed9016e794e /lispref | |
| parent | e61889649743a8e88fc5bddeacc597b2f47cfe9b (diff) | |
| download | emacs-3d24098d2a7c31a4a2a73c8ff609b903e1751603.tar.gz emacs-3d24098d2a7c31a4a2a73c8ff609b903e1751603.zip | |
Update menu for subnodes of Text Properties.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/elisp.texi | 4 |
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 | |||
| 770 | them back. | 770 | them back. |
| 771 | * Lazy Properties:: Computing text properties in a lazy fashion | 771 | * Lazy Properties:: Computing text properties in a lazy fashion |
| 772 | only when text is examined. | 772 | only when text is examined. |
| 773 | * Clickable Text:: Using text properties to make regions of text | ||
| 774 | do something when you click on them. | ||
| 775 | * Fields:: The @code{field} property defines | ||
| 776 | fields within the buffer. | ||
| 773 | * Not Intervals:: Why text properties do not use | 777 | * Not Intervals:: Why text properties do not use |
| 774 | Lisp-visible text intervals. | 778 | Lisp-visible text intervals. |
| 775 | 779 | ||