aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-14 04:49:55 +0000
committerRichard M. Stallman2001-11-14 04:49:55 +0000
commit0b6694a52d053bb9458da1eb5937aafcbdaece9a (patch)
treed12b7c4ffec5a6e332a787ea2f59bf3c50534749
parent6867356ababf3f4345348255e3a414ce57ee7659 (diff)
downloademacs-0b6694a52d053bb9458da1eb5937aafcbdaece9a.tar.gz
emacs-0b6694a52d053bb9458da1eb5937aafcbdaece9a.zip
(Fget_unused_category): Doc fix.
-rw-r--r--src/category.c9
1 files changed, 5 insertions, 4 deletions
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,
119 119
120DEFUN ("get-unused-category", Fget_unused_category, Sget_unused_category, 120DEFUN ("get-unused-category", Fget_unused_category, Sget_unused_category,
121 0, 1, 0, 121 0, 1, 0,
122 doc: /* Return a category which is not yet defined in CATEGORY-TABLE. If no 122 doc: /* Return a category which is not yet defined in CATEGORY-TABLE.
123category remains available, return nil. The optional argument CATEGORY-TABLE 123If no category remains available, return nil.
124specifies which category table to modify; it defaults to the current 124The optional argument CATEGORY-TABLE
125buffer's category table. */) 125specifies which category table to modify;
126it defaults to the current buffer's category table. */)
126 (table) 127 (table)
127 Lisp_Object table; 128 Lisp_Object table;
128{ 129{