From: Chong Yidong Date: Sun, 22 Feb 2009 21:17:26 +0000 (+0000) Subject: (Char-Tables): Link to Property Lists node. X-Git-Tag: emacs-pretest-23.0.91~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a61bc6e204e6a228a3fb435976b161465776a92b;p=emacs.git (Char-Tables): Link to Property Lists node. --- 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