changeset 53348:58de40c3a5c1

(Fcheck_coding_system): Further doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 28 Dec 2003 19:51:48 +0000
parents 7138148f7ace
children 9e21566a15df
files src/coding.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {