]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_coding): Improve the docstring
authorKenichi Handa <handa@m17n.org>
Wed, 9 Aug 2006 01:25:03 +0000 (01:25 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 9 Aug 2006 01:25:03 +0000 (01:25 +0000)
file-coding-system-alist.

src/coding.c

index 1af7b4c0d52d4641dba29160fa8c63888c718352..ae9f6749792c9ba65e25b8867956f7d3804e2718 100644 (file)
@@ -7968,8 +7968,9 @@ the file contents.
 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'.  */);