Mercurial > emacs
changeset 99117:2810c8ec19d6
(Fdefine_category): Docstring modified for DOCSTRING.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 25 Oct 2008 01:29:47 +0000 |
parents | 2e0e3e5cbd97 |
children | 1fa22c8361b3 |
files | src/category.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/category.c Sat Oct 25 00:46:25 2008 +0000 +++ b/src/category.c Sat Oct 25 01:29:47 2008 +0000 @@ -95,7 +95,9 @@ DEFUN ("define-category", Fdefine_category, Sdefine_category, 2, 3, 0, doc: /* Define CATEGORY as a category which is described by DOCSTRING. CATEGORY should be an ASCII printing character in the range ` ' to `~'. -DOCSTRING is the documentation string of the category. +DOCSTRING is the documentation string of the category. The first line +should be a terse text (preferably less than 16 characters), +and the rest lines should be the full description. The category is defined only in category table TABLE, which defaults to the current buffer's category table. */) (category, docstring, table)