Mercurial > emacs
changeset 40588:86c8a6492402
Minor menu indentation cleanup.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 31 Oct 2001 21:58:44 +0000 |
parents | 85791f717d5c |
children | c44c1b0bdf92 |
files | lispref/text.texi |
diffstat | 1 files changed, 17 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/text.texi Wed Oct 31 21:58:18 2001 +0000 +++ b/lispref/text.texi Wed Oct 31 21:58:44 2001 +0000 @@ -2262,23 +2262,23 @@ @code{substring}, @code{insert}, and @code{buffer-substring}. @menu -* Examining Properties:: Looking at the properties of one character. -* Changing Properties:: Setting the properties of a range of text. -* Property Search:: Searching for where a property changes value. -* Special Properties:: Particular properties with special meanings. -* Format Properties:: Properties for representing formatting of text. -* Sticky Properties:: How inserted text gets properties from - neighboring text. -* Saving Properties:: Saving text properties in files, and reading - 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. +* Examining Properties:: Looking at the properties of one character. +* Changing Properties:: Setting the properties of a range of text. +* Property Search:: Searching for where a property changes value. +* Special Properties:: Particular properties with special meanings. +* Format Properties:: Properties for representing formatting of text. +* Sticky Properties:: How inserted text gets properties from + neighboring text. +* Saving Properties:: Saving text properties in files, and reading + 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. @end menu @node Examining Properties