diff options
| author | Eli Zaretskii | 2011-08-16 10:53:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-08-16 10:53:33 +0300 |
| commit | 1ea897d542c8de7858ff5ea1bf7e26c8e5bca135 (patch) | |
| tree | e0bae183f9acb326e4b3dff1d0fc140d6bd0a247 /doc/lispref/ChangeLog | |
| parent | 5b409b390c68db74ab80d061f80d5524095eacb4 (diff) | |
| download | emacs-1ea897d542c8de7858ff5ea1bf7e26c8e5bca135.tar.gz emacs-1ea897d542c8de7858ff5ea1bf7e26c8e5bca135.zip | |
Improve documentation of regexp search for categories.
doc/lispref/searching.texi (Regexp Backslash): Document how to display
existing categories. Mention the possibility of adding
categories, and add an xref to where this is described. Add an
index entry.
doc/lispref/syntax.texi (Categories): Add an example of defining a new
category and category table.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 5bdc17136e1..40ad3dc8c52 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-08-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * syntax.texi (Categories): Add an example of defining a new | ||
| 4 | category and category table. | ||
| 5 | |||
| 6 | * searching.texi (Regexp Backslash): Document how to display | ||
| 7 | existing categories. Mention the possibility of adding | ||
| 8 | categories, and add an xref to where this is described. Add an | ||
| 9 | index entry. | ||
| 10 | |||
| 1 | 2011-08-09 Chong Yidong <cyd@stupidchicken.com> | 11 | 2011-08-09 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 12 | ||
| 3 | * text.texi (Special Properties): | 13 | * text.texi (Special Properties): |