mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 14:40:54 -08:00
(Fcheck_coding_system): Doc fix.
This commit is contained in:
parent
486f00c049
commit
303cdc2dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -6385,7 +6385,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.
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue