Mercurial > emacs
comparison src/coding.c @ 72323:af796bc81ff0
(syms_of_coding): Improve the docstring
file-coding-system-alist.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Wed, 09 Aug 2006 01:25:03 +0000 |
| parents | 6100ca974994 |
| children | 94e4795b333d |
comparison
equal
deleted
inserted
replaced
| 72322:2552d32034c7 | 72323:af796bc81ff0 |
|---|---|
| 7966 If VAL is a coding system, it is used for both decoding and encoding | 7966 If VAL is a coding system, it is used for both decoding and encoding |
| 7967 the file contents. | 7967 the file contents. |
| 7968 If VAL is a cons of coding systems, the car part is used for decoding, | 7968 If VAL is a cons of coding systems, the car part is used for decoding, |
| 7969 and the cdr part is used for encoding. | 7969 and the cdr part is used for encoding. |
| 7970 If VAL is a function symbol, the function must return a coding system | 7970 If VAL is a function symbol, the function must return a coding system |
| 7971 or a cons of coding systems which are used as above. The function gets | 7971 or a cons of coding systems which are used as above. The function is |
| 7972 the arguments with which `find-operation-coding-system' was called. | 7972 called with an argument that is a list of the arguments with which |
| 7973 `find-operation-coding-system' was called. | |
| 7973 | 7974 |
| 7974 See also the function `find-operation-coding-system' | 7975 See also the function `find-operation-coding-system' |
| 7975 and the variable `auto-coding-alist'. */); | 7976 and the variable `auto-coding-alist'. */); |
| 7976 Vfile_coding_system_alist = Qnil; | 7977 Vfile_coding_system_alist = Qnil; |
| 7977 | 7978 |
