1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-21 05:00:47 -08:00

(Fcheck_coding_system): Doc fix.

This commit is contained in:
Dave Love 2002-10-15 13:03:30 +00:00
parent ed398b0afc
commit b054002f4a

View file

@ -6254,9 +6254,7 @@ If the user enters null input, return second argument DEFAULT-CODING-SYSTEM. */
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;
{