diff options
| author | Eli Zaretskii | 2007-02-02 14:36:17 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-02-02 14:36:17 +0000 |
| commit | cf8b92db4daa4652cd35a00d43a64c92c7d7771b (patch) | |
| tree | 7d7bf138dbfb9a4a078e4b84a5aaab9e06af51d4 | |
| parent | 13c0ee1447c36cb274eeac726820f4fea1171494 (diff) | |
| download | emacs-cf8b92db4daa4652cd35a00d43a64c92c7d7771b.tar.gz emacs-cf8b92db4daa4652cd35a00d43a64c92c7d7771b.zip | |
(Categories): Add index entries.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/syntax.texi | 2 |
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 @@ | |||
| 1 | 2007-02-02 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * syntax.texi (Categories): Add index entries. | ||
| 4 | |||
| 1 | 2007-02-01 Juanma Barranquero <lekktu@gmail.com> | 5 | 2007-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 |
| 1046 | syntactically. You can define several categories as needed, then | 1047 | syntactically. You can define several categories as needed, then |
| @@ -1048,6 +1049,7 @@ independently assign each character to one or more categories. Unlike | |||
| 1048 | syntax classes, categories are not mutually exclusive; it is normal for | 1049 | syntax classes, categories are not mutually exclusive; it is normal for |
| 1049 | one character to belong to several categories. | 1050 | one 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 |
| 1052 | are defined and also which characters belong to each category. Each | 1054 | are defined and also which characters belong to each category. Each |
| 1053 | category table defines its own categories, but normally these are | 1055 | category table defines its own categories, but normally these are |