]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcheck_coding_system): Further doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 28 Dec 2003 19:54:24 +0000 (19:54 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 28 Dec 2003 19:54:24 +0000 (19:54 +0000)
src/ChangeLog
src/coding.c

index 53cc3b8ad2f51c3876f6a31b0b259d93a0549c9b..f471cc992304a347c9c7d160d3e07d3968d6b712 100644 (file)
@@ -1,3 +1,7 @@
+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.
index d6d8bb342d63dd73a515d330b2c2550d8cc2e5df..d9620b907221f7f3d251cd78a8dfb4bc3d23b70f 100644 (file)
@@ -6386,7 +6386,7 @@ DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system,
        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;
 {