aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 3f11c6f41fb..d6d8bb342d6 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6385,7 +6385,7 @@ DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system,
6385 1, 1, 0, 6385 1, 1, 0,
6386 doc: /* Check validity of CODING-SYSTEM. 6386 doc: /* Check validity of CODING-SYSTEM.
6387If valid, return CODING-SYSTEM, else signal a `coding-system-error' error. 6387If valid, return CODING-SYSTEM, else signal a `coding-system-error' error.
6388It is valid if it is a symbol with a non-nil `coding-system' property. 6388It is valid if it is nil or a symbol with a non-nil `coding-system' property.
6389The value of property should be a vector of length 5. */) 6389The value of property should be a vector of length 5. */)
6390 (coding_system) 6390 (coding_system)
6391 Lisp_Object coding_system; 6391 Lisp_Object coding_system;