diff options
| author | Juanma Barranquero | 2006-11-12 04:52:38 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-12 04:52:38 +0000 |
| commit | a2c2f1964fdc2d16a8b7dff866577c36a8fadb6c (patch) | |
| tree | 23762f61c0fd928f9c7e54db4974002b218783e2 /src | |
| parent | adf2c80377e70eb828c52d6ae856221e8de66196 (diff) | |
| download | emacs-a2c2f1964fdc2d16a8b7dff866577c36a8fadb6c.tar.gz emacs-a2c2f1964fdc2d16a8b7dff866577c36a8fadb6c.zip | |
(Fchar_category_set): Improve arg/docstring consistency.
Diffstat (limited to 'src')
| -rw-r--r-- | src/category.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/category.c b/src/category.c index 6835d00d824..d7178055b27 100644 --- a/src/category.c +++ b/src/category.c | |||
| @@ -284,7 +284,8 @@ Return TABLE. */) | |||
| 284 | 284 | ||
| 285 | 285 | ||
| 286 | DEFUN ("char-category-set", Fchar_category_set, Schar_category_set, 1, 1, 0, | 286 | DEFUN ("char-category-set", Fchar_category_set, Schar_category_set, 1, 1, 0, |
| 287 | doc: /* Return the category set of CHAR. */) | 287 | doc: /* Return the category set of CHAR. |
| 288 | usage: (char-category-set CHAR) */) | ||
| 288 | (ch) | 289 | (ch) |
| 289 | Lisp_Object ch; | 290 | Lisp_Object ch; |
| 290 | { | 291 | { |