changeset 102194:51056176663a

(Char-Tables): Link to Property Lists node.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 22 Feb 2009 21:17:26 +0000
parents 1a1580f4af4e
children 1c6cb8760e45
files doc/lispref/sequences.texi
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/sequences.texi	Sun Feb 22 21:17:15 2009 +0000
+++ b/doc/lispref/sequences.texi	Sun Feb 22 21:17:26 2009 +0000
@@ -541,7 +541,8 @@
 char-table.  This number is specified by the subtype's
 @code{char-table-extra-slots} symbol property, which should be an
 integer between 0 and 10.  If the subtype has no such symbol property,
-the char-table has no extra slots.
+the char-table has no extra slots.  @xref{Property Lists}, for
+information about symbol properties.
 @end itemize
 
 @cindex parent of char-table
@@ -570,8 +571,8 @@
 property, that specifies the number of extra slots in the char-table.
 This should be an integer between 0 and 10; otherwise,
 @code{make-char-table} raises an error.  If @var{subtype} has no
-@code{char-table-extra-slots} symbol property, the char-table has no
-extra slots.
+@code{char-table-extra-slots} symbol property (@pxref{Property
+Lists}), the char-table has no extra slots.
 @end defun
 
 @defun char-table-p object