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

index 3f11c6f41fbf52d4bda0dd3fd5bd551acf708640..d6d8bb342d63dd73a515d330b2c2550d8cc2e5df 100644 (file)
@@ -6385,7 +6385,7 @@ DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system,
        1, 1, 0,
        doc: /* Check validity of CODING-SYSTEM.
 If valid, return CODING-SYSTEM, else signal a `coding-system-error' error.
-It is valid if it is a symbol with a non-nil `coding-system' property.
+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.  */)
      (coding_system)
      Lisp_Object coding_system;