aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2003-12-28 19:47:58 +0000
committerLuc Teirlinck <[email protected]>2003-12-28 19:47:58 +0000
commit303cdc2dfd8dedb7588e1d70e0377d05a79309ca (patch)
treecde7119a358a1a5d36d5e69b7df0b269794ddbdf /src/coding.c
parent486f00c0490780e52cf09742e1546229473d8629 (diff)
(Fcheck_coding_system): Doc fix.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 3f11c6f41f..d6d8bb342d 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -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;