aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog2
-rw-r--r--doc/lispref/customize.texi2
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 @@
12010-11-12 Eli Zaretskii <eliz@gnu.org> 12010-11-12 Eli Zaretskii <eliz@gnu.org>
2 2
3 * customize.texi (Composite Types): Lower-case index entry.
4
3 * loading.texi (How Programs Do Loading): Document 5 * loading.texi (How Programs Do Loading): Document
4 load-file-name. (Bug#7346) 6 load-file-name. (Bug#7346)
5 7
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
733 733
734@node Composite Types 734@node Composite Types
735@subsection Composite Types 735@subsection Composite Types
736@cindex Composite Types (customization) 736@cindex composite types (customization)
737 737
738 When none of the simple types is appropriate, you can use composite 738 When none of the simple types is appropriate, you can use composite
739types, which build new types from other types or from specified data. 739types, which build new types from other types or from specified data.