# HG changeset patch # User Chong Yidong # Date 1235337446 0 # Node ID 51056176663a499226490d1d72d4ca1a39b95b04 # Parent 1a1580f4af4e31204548415c7740d7bf690beebf (Char-Tables): Link to Property Lists node. diff -r 1a1580f4af4e -r 51056176663a doc/lispref/sequences.texi --- 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