From f6d2f04567ed5d1a517352149f66ccdafbb5c2ae Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 25 Oct 2008 01:29:47 +0000 Subject: (Fdefine_category): Docstring modified for DOCSTRING. --- src/category.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/category.c') diff --git a/src/category.c b/src/category.c index d5776fa4556..9c96021031d 100644 --- a/src/category.c +++ b/src/category.c @@ -95,7 +95,9 @@ Lisp_Object check_category_table (); 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) -- cgit v1.2.1