Mercurial > emacs
changeset 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 | 2552d32034c7 |
children | 34fbd43e1a93 |
files | src/coding.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Wed Aug 09 01:11:44 2006 +0000 +++ b/src/coding.c Wed Aug 09 01:25:03 2006 +0000 @@ -7968,8 +7968,9 @@ If VAL is a cons of coding systems, the car part is used for decoding, and the cdr part is used for encoding. If VAL is a function symbol, the function must return a coding system -or a cons of coding systems which are used as above. The function gets -the arguments with which `find-operation-coding-system' was called. +or a cons of coding systems which are used as above. The function is +called with an argument that is a list of the arguments with which +`find-operation-coding-system' was called. See also the function `find-operation-coding-system' and the variable `auto-coding-alist'. */);