# HG changeset patch # User Kenichi Handa # Date 1224898187 0 # Node ID 2810c8ec19d6867d0ad8916f36cef0d68c814a3a # Parent 2e0e3e5cbd975271201a94f3e658fd901599d391 (Fdefine_category): Docstring modified for DOCSTRING. diff -r 2e0e3e5cbd97 -r 2810c8ec19d6 src/category.c --- 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)