+2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
+
+ * coding.c (Fcheck_coding_system): Doc fix.
+
2003-12-28 Kim F. Storm <storm@cua.dk>
* Makefile.in (eval.o): Depend on dispextern.h.
doc: /* Check validity of CODING-SYSTEM.
If valid, return CODING-SYSTEM, else signal a `coding-system-error' error.
It is valid if it is nil or a symbol with a non-nil `coding-system' property.
-The value of property should be a vector of length 5. */)
+The value of this property should be a vector of length 5. */)
(coding_system)
Lisp_Object coding_system;
{