Mercurial > emacs
changeset 89218:00d976320a16
(Fcheck_coding_system): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 15 Oct 2002 13:03:30 +0000 |
parents | d0650cc0038f |
children | 9cb51f24660e |
files | src/coding.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Tue Oct 15 13:01:50 2002 +0000 +++ b/src/coding.c Tue Oct 15 13:03:30 2002 +0000 @@ -6254,9 +6254,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. -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; {