From a61bc6e204e6a228a3fb435976b161465776a92b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 22 Feb 2009 21:17:26 +0000 Subject: [PATCH] (Char-Tables): Link to Property Lists node. --- doc/lispref/sequences.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 1161e68cc35..0827ff04152 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi @@ -541,7 +541,8 @@ The subtype controls the number of @dfn{extra slots} in the 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 @@ If @var{subtype} has the @code{char-table-extra-slots} symbol 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 -- 2.39.5