Mercurial > emacs
comparison src/coding.c @ 53347:7138148f7ace
(Fcheck_coding_system): Doc fix.
| author | Luc Teirlinck <teirllm@auburn.edu> |
|---|---|
| date | Sun, 28 Dec 2003 19:47:58 +0000 |
| parents | 82690620d562 |
| children | 58de40c3a5c1 |
comparison
equal
deleted
inserted
replaced
| 53346:8597554d56e6 | 53347:7138148f7ace |
|---|---|
| 6383 | 6383 |
| 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 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 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; |
