(Fchar_category_set): Improve arg/docstring consistency.

This commit is contained in:
Juanma Barranquero
2006-11-12 04:52:38 +00:00
parent adf2c80377
commit a2c2f1964f

View File

@@ -284,7 +284,8 @@ Return TABLE. */)
DEFUN ("char-category-set", Fchar_category_set, Schar_category_set, 1, 1, 0,
doc: /* Return the category set of CHAR. */)
doc: /* Return the category set of CHAR.
usage: (char-category-set CHAR) */)
(ch)
Lisp_Object ch;
{