1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

* doc/lispref/syntax.texi (Categories): Add an index for category sets.

This commit is contained in:
Xue Fuqiao 2013-10-05 19:49:02 +08:00
parent bf48d1406f
commit 9e73b24216
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
* syntax.texi (Categories): Add an index for category sets.
2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
* syntax.texi (Syntax Flags):

View File

@ -1060,6 +1060,7 @@ standard categories are available in all modes.
the range @w{@samp{ }} to @samp{~}. You specify the name of a category
when you define it with @code{define-category}.
@cindex category set
The category table is actually a char-table (@pxref{Char-Tables}).
The element of the category table at index @var{c} is a @dfn{category
set}---a bool-vector---that indicates which categories character @var{c}