Mercurial > emacs
changeset 53347:7138148f7ace
(Fcheck_coding_system): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 28 Dec 2003 19:47:58 +0000 |
parents | 8597554d56e6 |
children | 58de40c3a5c1 |
files | src/coding.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Sun Dec 28 13:52:38 2003 +0000 +++ b/src/coding.c Sun Dec 28 19:47:58 2003 +0000 @@ -6385,7 +6385,7 @@ 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;