diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/syntax.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e6a71b01660..ce2ff2e1665 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-10-05 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * syntax.texi (Categories): Add an index for category sets. | ||
| 4 | |||
| 1 | 2013-10-03 Xue Fuqiao <xfq.free@gmail.com> | 5 | 2013-10-03 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 6 | ||
| 3 | * syntax.texi (Syntax Flags): | 7 | * syntax.texi (Syntax Flags): |
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index 45b73e31e8b..cdc82b00385 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi | |||
| @@ -1060,6 +1060,7 @@ standard categories are available in all modes. | |||
| 1060 | the range @w{@samp{ }} to @samp{~}. You specify the name of a category | 1060 | the range @w{@samp{ }} to @samp{~}. You specify the name of a category |
| 1061 | when you define it with @code{define-category}. | 1061 | when you define it with @code{define-category}. |
| 1062 | 1062 | ||
| 1063 | @cindex category set | ||
| 1063 | The category table is actually a char-table (@pxref{Char-Tables}). | 1064 | The category table is actually a char-table (@pxref{Char-Tables}). |
| 1064 | The element of the category table at index @var{c} is a @dfn{category | 1065 | The element of the category table at index @var{c} is a @dfn{category |
| 1065 | set}---a bool-vector---that indicates which categories character @var{c} | 1066 | set}---a bool-vector---that indicates which categories character @var{c} |