# HG changeset patch # User Kenichi Handa # Date 1148865818 0 # Node ID e4fb6bb5e7e578d1cc69ef4ea2dd8713b9169115 # Parent 8aeb086972aedcdc39b20a2c56b4347523eba695 (find-operation-coding-system): Describe the new argument format (FILENAME . BUFFER). diff -r 8aeb086972ae -r e4fb6bb5e7e5 lispref/nonascii.texi --- a/lispref/nonascii.texi Mon May 29 01:05:24 2006 +0000 +++ b/lispref/nonascii.texi Mon May 29 01:23:38 2006 +0000 @@ -1116,6 +1116,14 @@ Depending on @var{operation}, this function looks up the target in @code{file-coding-system-alist}, @code{process-coding-system-alist}, or @code{network-coding-system-alist}. + +If @var{operation} is @code{insert-file-contents}, the argument +corresponding to the target may be a cons cell of the form +@code{(@var{filename} . @code{buffer})}). In that case, +@code{filename} is a file name to look up, and @code{buffer} is a +buffer that already contains the file (but not yet decoded). A +function specified in @code{file-coding-system-alist} must pay +attention to this format of the target. @end defun @node Specifying Coding Systems