aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-08-09 01:25:03 +0000
committerKenichi Handa2006-08-09 01:25:03 +0000
commit2c53e699a1a9705755ca239da5acfdf32fd77ac9 (patch)
tree23301be50ca0542f124ab86ea624fae49bbc9149
parentdccee2cb1589448168edd0223256789b88f7f56f (diff)
downloademacs-2c53e699a1a9705755ca239da5acfdf32fd77ac9.tar.gz
emacs-2c53e699a1a9705755ca239da5acfdf32fd77ac9.zip
(syms_of_coding): Improve the docstring
file-coding-system-alist.
-rw-r--r--src/coding.c5
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.
7968If VAL is a cons of coding systems, the car part is used for decoding, 7968If VAL is a cons of coding systems, the car part is used for decoding,
7969and the cdr part is used for encoding. 7969and the cdr part is used for encoding.
7970If VAL is a function symbol, the function must return a coding system 7970If VAL is a function symbol, the function must return a coding system
7971or a cons of coding systems which are used as above. The function gets 7971or a cons of coding systems which are used as above. The function is
7972the arguments with which `find-operation-coding-system' was called. 7972called with an argument that is a list of the arguments with which
7973`find-operation-coding-system' was called.
7973 7974
7974See also the function `find-operation-coding-system' 7975See also the function `find-operation-coding-system'
7975and the variable `auto-coding-alist'. */); 7976and the variable `auto-coding-alist'. */);