From cf8b92db4daa4652cd35a00d43a64c92c7d7771b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 2 Feb 2007 14:36:17 +0000 Subject: [PATCH] (Categories): Add index entries. --- lispref/ChangeLog | 4 ++++ lispref/syntax.texi | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index e461834ee78..7cc4df9f00a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-02-02 Eli Zaretskii + + * syntax.texi (Categories): Add index entries. + 2007-02-01 Juanma Barranquero * display.texi (Attribute Functions): Fix name and description of diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 5d7c76889a7..85dcb83bd50 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi @@ -1041,6 +1041,7 @@ class codes. @node Categories @section Categories @cindex categories of characters +@cindex character categories @dfn{Categories} provide an alternate way of classifying characters syntactically. You can define several categories as needed, then @@ -1048,6 +1049,7 @@ independently assign each character to one or more categories. Unlike syntax classes, categories are not mutually exclusive; it is normal for one character to belong to several categories. +@cindex category table Each buffer has a @dfn{category table} which records which categories are defined and also which characters belong to each category. Each category table defines its own categories, but normally these are -- 2.39.2