# HG changeset patch # User Luc Teirlinck # Date 1072641108 0 # Node ID 58de40c3a5c1ad83b230f5840de365367708436e # Parent 7138148f7aceaff1b7e40d2caa37093844e2a0ba (Fcheck_coding_system): Further doc fix. diff -r 7138148f7ace -r 58de40c3a5c1 src/coding.c --- a/src/coding.c Sun Dec 28 19:47:58 2003 +0000 +++ b/src/coding.c Sun Dec 28 19:51:48 2003 +0000 @@ -6386,7 +6386,7 @@ 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; {