]> git.eshelyaron.com Git - emacs.git/commitdiff
(Char-Tables): Link to Property Lists node.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 22 Feb 2009 21:17:26 +0000 (21:17 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 22 Feb 2009 21:17:26 +0000 (21:17 +0000)
doc/lispref/sequences.texi

index 1161e68cc3598e4ad48c888c63ba52fd5cf3a227..0827ff041529867b5f8d43fd5038ae5128bdbd5b 100644 (file)
@@ -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