From: Richard M. Stallman Date: Tue, 30 May 2006 04:31:02 +0000 (+0000) Subject: (Default Coding Systems): Further clarification. X-Git-Tag: emacs-pretest-22.0.90~2190 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=749eecf52710ddefecfd07ab7e730fcc0132a8c0;p=emacs.git (Default Coding Systems): Further clarification. --- diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index f36cda3b7b5..2224fdbd436 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi @@ -1123,12 +1123,11 @@ 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} . @var{buffer})}). In that case, @var{filename} is a file name to look up in @code{file-coding-system-alist}, and -@var{buffer} is a buffer will contain the file's contents (not yet -decoded). If the file's association in -@code{file-coding-system-alist} specifies a function to call, and that -function needs to examine the file's contents (as it usually does), it -should examine the contents of @var{buffer} instead of reading the -file. +@var{buffer} is a buffer that contains the file's contents (not yet +decoded). If @code{file-coding-system-alist} specifies a function to +call for this file, and that function needs to examine the file's +contents (as it usually does), it should examine the contents of +@var{buffer} instead of reading the file. @end defun @node Specifying Coding Systems