diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/category.c | 9 |
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 | ||
| 120 | DEFUN ("get-unused-category", Fget_unused_category, Sget_unused_category, | 120 | DEFUN ("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. |
| 123 | category remains available, return nil. The optional argument CATEGORY-TABLE | 123 | If no category remains available, return nil. |
| 124 | specifies which category table to modify; it defaults to the current | 124 | The optional argument CATEGORY-TABLE |
| 125 | buffer's category table. */) | 125 | specifies which category table to modify; |
| 126 | it defaults to the current buffer's category table. */) | ||
| 126 | (table) | 127 | (table) |
| 127 | Lisp_Object table; | 128 | Lisp_Object table; |
| 128 | { | 129 | { |