diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/coding.c b/src/coding.c index 97a8ea863ee..7bfcb6fc2fd 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6254,9 +6254,7 @@ If the user enters null input, return second argument DEFAULT-CODING-SYSTEM. */ | |||
| 6254 | DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system, | 6254 | DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system, |
| 6255 | 1, 1, 0, | 6255 | 1, 1, 0, |
| 6256 | doc: /* Check validity of CODING-SYSTEM. | 6256 | doc: /* Check validity of CODING-SYSTEM. |
| 6257 | If valid, return CODING-SYSTEM, else signal a `coding-system-error' error. | 6257 | If valid, return CODING-SYSTEM, else signal a `coding-system-error' error. */) |
| 6258 | It is valid if it is a symbol with a non-nil `coding-system' property. | ||
| 6259 | The value of property should be a vector of length 5. */) | ||
| 6260 | (coding_system) | 6258 | (coding_system) |
| 6261 | Lisp_Object coding_system; | 6259 | Lisp_Object coding_system; |
| 6262 | { | 6260 | { |