]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fget_unused_category): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 14 Nov 2001 04:49:55 +0000 (04:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 14 Nov 2001 04:49:55 +0000 (04:49 +0000)
src/category.c

index f99a300f7b0436faee061fcde4bdcf217c517b52..d308b5a77c6d72ae0b5495d738cdf574bb8243cf 100644 (file)
@@ -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;
 {