]> code.delx.au - gnu-emacs/commitdiff
(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 6835d00d824a8b4688068c12a574a05029e37d12..d7178055b27b637c824ef1926a46e028708d3767 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;
 {