# HG changeset patch # User Richard M. Stallman # Date 1005713395 0 # Node ID a882905d8a96663010e5b3f80d1abcf659ae8df6 # Parent 5dd37d315c3340945ec644fb84ae3ab7ae6e2faa (Fget_unused_category): Doc fix. diff -r 5dd37d315c33 -r a882905d8a96 src/category.c --- a/src/category.c Wed Nov 14 04:23:45 2001 +0000 +++ b/src/category.c Wed Nov 14 04:49:55 2001 +0000 @@ -119,10 +119,11 @@ DEFUN ("get-unused-category", Fget_unused_category, Sget_unused_category, 0, 1, 0, - doc: /* Return a category which is not yet defined in CATEGORY-TABLE. If no -category remains available, return nil. The optional argument CATEGORY-TABLE -specifies which category table to modify; it defaults to the current -buffer's category table. */) + doc: /* Return a category which is not yet defined in CATEGORY-TABLE. +If no category remains available, return nil. +The optional argument CATEGORY-TABLE +specifies which category table to modify; +it defaults to the current buffer's category table. */) (table) Lisp_Object table; {