]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcheck_coding_system): Doc fix.
authorDave Love <fx@gnu.org>
Tue, 15 Oct 2002 13:03:30 +0000 (13:03 +0000)
committerDave Love <fx@gnu.org>
Tue, 15 Oct 2002 13:03:30 +0000 (13:03 +0000)
src/coding.c

index 97a8ea863eef04e670e9b590ffe803cc807d1feb..7bfcb6fc2fd199df03b1b81503c9c3f152fb8292 100644 (file)
@@ -6254,9 +6254,7 @@ If the user enters null input, return second argument DEFAULT-CODING-SYSTEM.  */
 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.
-The value of property should be a vector of length 5.  */)
+If valid, return CODING-SYSTEM, else signal a `coding-system-error' error.  */)
   (coding_system)
      Lisp_Object coding_system;
 {