emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref sequences.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref sequences.texi
Date: Sun, 22 Feb 2009 21:17:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/02/22 21:17:26

Modified files:
        doc/lispref    : sequences.texi 

Log message:
        (Char-Tables): Link to Property Lists node.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/sequences.texi?cvsroot=emacs&r1=1.9&r2=1.10

Patches:
Index: sequences.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/sequences.texi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- sequences.texi      22 Feb 2009 21:07:15 -0000      1.9
+++ sequences.texi      22 Feb 2009 21:17:26 -0000      1.10
@@ -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
address@hidden symbol property, the char-table has no
-extra slots.
address@hidden symbol property (@pxref{Property
+Lists}), the char-table has no extra slots.
 @end defun
 
 @defun char-table-p object




reply via email to

[Prev in Thread] Current Thread [Next in Thread]