From: Luc Teirlinck Date: Sun, 28 Dec 2003 19:47:58 +0000 (+0000) Subject: (Fcheck_coding_system): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~8130 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=303cdc2dfd8dedb7588e1d70e0377d05a79309ca;p=emacs.git (Fcheck_coding_system): Doc fix. --- diff --git a/src/coding.c b/src/coding.c index 3f11c6f41fb..d6d8bb342d6 100644 --- a/src/coding.c +++ b/src/coding.c @@ -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;