Mercurial > emacs
diff lispref/syntax.texi @ 26722:10e4f3f125da
Patch from rms.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Mon, 06 Dec 1999 13:27:00 +0000 |
| parents | ef5e7bbe6f19 |
| children | f6b52258db6a |
line wrap: on
line diff
--- a/lispref/syntax.texi Mon Dec 06 13:20:39 1999 +0000 +++ b/lispref/syntax.texi Mon Dec 06 13:27:00 1999 +0000 @@ -951,12 +951,11 @@ buffer. It returns @var{table}. @end defun -@defun make-category-table &optional default-set +@defun make-category-table @tindex make-category-table -This creates and returns an empty category table, using -@var{default-set} as the default (for characters that don't specify -their own sets). Initially no characters specify their own sets in this -new table; that is what we mean by ``empty.'' +This creates and returns an empty category table. In an empty category +table, no categories have been allocated, and no characters belong to +any categories. @end defun @defun make-category-set categories
