diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-11-12 19:03:57 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-11-12 19:03:57 +0200 |
commit | 5b05d75ba700fea16eb4f0e8d2e6ce7bd249dfe1 (patch) | |
tree | 38e5a3e475511d391aca58a9d313d5701806e9fa /doc/lispref | |
parent | 43335389f1471541793e2e3e80608822bee59add (diff) | |
download | emacs-5b05d75ba700fea16eb4f0e8d2e6ce7bd249dfe1.tar.gz |
customize.texi (Composite Types): Lower-case index entry.
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
-rw-r--r-- | doc/lispref/customize.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e35cf2335ed..79d6f71c1b4 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,7 @@ 2010-11-12 Eli Zaretskii <eliz@gnu.org> + * customize.texi (Composite Types): Lower-case index entry. + * loading.texi (How Programs Do Loading): Document load-file-name. (Bug#7346) diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 4b620049b04..bfd45518bc8 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -733,7 +733,7 @@ The value must be a valid color name, and you can do completion with @node Composite Types @subsection Composite Types -@cindex Composite Types (customization) +@cindex composite types (customization) When none of the simple types is appropriate, you can use composite types, which build new types from other types or from specified data. |