diff options
| author | Kenichi Handa | 2006-08-09 01:25:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-08-09 01:25:03 +0000 |
| commit | 2c53e699a1a9705755ca239da5acfdf32fd77ac9 (patch) | |
| tree | 23301be50ca0542f124ab86ea624fae49bbc9149 /src/coding.c | |
| parent | dccee2cb1589448168edd0223256789b88f7f56f (diff) | |
| download | emacs-2c53e699a1a9705755ca239da5acfdf32fd77ac9.tar.gz emacs-2c53e699a1a9705755ca239da5acfdf32fd77ac9.zip | |
(syms_of_coding): Improve the docstring
file-coding-system-alist.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index 1af7b4c0d52..ae9f6749792 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7968,8 +7968,9 @@ 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'. */); |