From: Richard M. Stallman Date: Wed, 14 Nov 2001 04:49:55 +0000 (+0000) Subject: (Fget_unused_category): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~18579 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b6694a52d053bb9458da1eb5937aafcbdaece9a;p=emacs.git (Fget_unused_category): Doc fix. --- diff --git a/src/category.c b/src/category.c index f99a300f7b0..d308b5a77c6 100644 --- a/src/category.c +++ b/src/category.c @@ -119,10 +119,11 @@ DEFUN ("category-docstring", Fcategory_docstring, Scategory_docstring, 1, 2, 0, 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; {