aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-02-02 14:36:17 +0000
committerEli Zaretskii2007-02-02 14:36:17 +0000
commitcf8b92db4daa4652cd35a00d43a64c92c7d7771b (patch)
tree7d7bf138dbfb9a4a078e4b84a5aaab9e06af51d4
parent13c0ee1447c36cb274eeac726820f4fea1171494 (diff)
downloademacs-cf8b92db4daa4652cd35a00d43a64c92c7d7771b.tar.gz
emacs-cf8b92db4daa4652cd35a00d43a64c92c7d7771b.zip
(Categories): Add index entries.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/syntax.texi2
2 files changed, 6 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index e461834ee78..7cc4df9f00a 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12007-02-02 Eli Zaretskii <eliz@gnu.org>
2
3 * syntax.texi (Categories): Add index entries.
4
12007-02-01 Juanma Barranquero <lekktu@gmail.com> 52007-02-01 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * display.texi (Attribute Functions): Fix name and description of 7 * 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.
1041@node Categories 1041@node Categories
1042@section Categories 1042@section Categories
1043@cindex categories of characters 1043@cindex categories of characters
1044@cindex character categories
1044 1045
1045 @dfn{Categories} provide an alternate way of classifying characters 1046 @dfn{Categories} provide an alternate way of classifying characters
1046syntactically. You can define several categories as needed, then 1047syntactically. You can define several categories as needed, then
@@ -1048,6 +1049,7 @@ independently assign each character to one or more categories. Unlike
1048syntax classes, categories are not mutually exclusive; it is normal for 1049syntax classes, categories are not mutually exclusive; it is normal for
1049one character to belong to several categories. 1050one character to belong to several categories.
1050 1051
1052@cindex category table
1051 Each buffer has a @dfn{category table} which records which categories 1053 Each buffer has a @dfn{category table} which records which categories
1052are defined and also which characters belong to each category. Each 1054are defined and also which characters belong to each category. Each
1053category table defines its own categories, but normally these are 1055category table defines its own categories, but normally these are