diff options
| author | Richard M. Stallman | 2001-11-14 04:49:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-14 04:49:55 +0000 |
| commit | 0b6694a52d053bb9458da1eb5937aafcbdaece9a (patch) | |
| tree | d12b7c4ffec5a6e332a787ea2f59bf3c50534749 /src | |
| parent | 6867356ababf3f4345348255e3a414ce57ee7659 (diff) | |
| download | emacs-0b6694a52d053bb9458da1eb5937aafcbdaece9a.tar.gz emacs-0b6694a52d053bb9458da1eb5937aafcbdaece9a.zip | |
(Fget_unused_category): Doc fix.
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 | { |