aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r--doc/lispref/objects.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 4b24d920f9f..7cc1d16a8a2 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -1177,6 +1177,7 @@ inherit from, a default value, and a small number of extra slots to use for
1177special purposes. A char-table can also specify a single value for 1177special purposes. A char-table can also specify a single value for
1178a whole character set. 1178a whole character set.
1179 1179
1180@cindex @samp{#^} read syntax
1180 The printed representation of a char-table is like a vector 1181 The printed representation of a char-table is like a vector
1181except that there is an extra @samp{#^} at the beginning. 1182except that there is an extra @samp{#^} at the beginning.
1182 1183