summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-10-31 21:58:44 +0000
committerRichard M. Stallman <rms@gnu.org>2001-10-31 21:58:44 +0000
commita6b7378823ca9c67b8e68371fef9f04a11cac5a5 (patch)
tree664a88e4fc007f58c5a9b10d054bc900a512d7de /lispref
parent3d24098d2a7c31a4a2a73c8ff609b903e1751603 (diff)
downloademacs-a6b7378823ca9c67b8e68371fef9f04a11cac5a5.tar.gz
Minor menu indentation cleanup.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/text.texi34
1 files changed, 17 insertions, 17 deletions
diff --git a/lispref/text.texi b/lispref/text.texi
index 1952e6a0f8c..1c417f29481 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -2262,23 +2262,23 @@ along with the characters; this includes such diverse functions as
@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