From: Eli Zaretskii Date: Mon, 29 May 2006 03:28:52 +0000 (+0000) Subject: (Default Coding Systems): Fix last change. X-Git-Tag: emacs-pretest-22.0.90~2218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8909e88823fb4502e548f4462f015234fad62bb;p=emacs.git (Default Coding Systems): Fix last change. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 2e20af7fc78..44c4611def7 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2006-05-29 Eli Zaretskii + + * nonascii.texi (Default Coding Systems): Fix last change. + 2006-05-29 Kenichi Handa * nonascii.texi (find-operation-coding-system): Describe the new diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index d9050de33fc..b6706613f45 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi @@ -1119,11 +1119,11 @@ 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. +@code{(@var{filename} . @var{buffer})}). In that case, @var{filename} +is a file name to look up, and @var{buffer} is a buffer that already +contains the file's contents (not yet decoded). Functions specified +in @code{file-coding-system-alist} must pay attention to this format +of the target. @end defun @node Specifying Coding Systems