(Fchar_category_set): Improve arg/docstring consistency.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 04:52:38 +0000 (04:52 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 04:52:38 +0000 (04:52 +0000)
src/category.c

index 6835d00..d717805 100644 (file)
@@ -284,7 +284,8 @@ Return TABLE.  */)
 
 \f
 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;
 {