comparison src/coding.c @ 53348:58de40c3a5c1

(Fcheck_coding_system): Further doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 28 Dec 2003 19:51:48 +0000
parents 7138148f7ace
children 68f86fa2b022
comparison
equal deleted inserted replaced
53347:7138148f7ace 53348:58de40c3a5c1
6384 DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system, 6384 DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system,
6385 1, 1, 0, 6385 1, 1, 0,
6386 doc: /* Check validity of CODING-SYSTEM. 6386 doc: /* Check validity of CODING-SYSTEM.
6387 If valid, return CODING-SYSTEM, else signal a `coding-system-error' error. 6387 If valid, return CODING-SYSTEM, else signal a `coding-system-error' error.
6388 It is valid if it is nil or a symbol with a non-nil `coding-system' property. 6388 It is valid if it is nil or a symbol with a non-nil `coding-system' property.
6389 The value of property should be a vector of length 5. */) 6389 The value of this property should be a vector of length 5. */)
6390 (coding_system) 6390 (coding_system)
6391 Lisp_Object coding_system; 6391 Lisp_Object coding_system;
6392 { 6392 {
6393 Lisp_Object define_form; 6393 Lisp_Object define_form;
6394 6394