From b054002f4a30a454f00a5c8852f8c25afda71fe5 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 15 Oct 2002 13:03:30 +0000 Subject: [PATCH] (Fcheck_coding_system): Doc fix. --- src/coding.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/coding.c b/src/coding.c index 97a8ea863ee..7bfcb6fc2fd 100644 --- a/src/coding.c +++ b/src/coding.c @@ -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; { -- 2.39.2