# HG changeset patch # User Richard M. Stallman # Date 1148963462 0 # Node ID 2a24c2deed9a637c9e9132aca145867b78e78beb # Parent 138e0b9474930b36e6907b6d1e5b43385da40829 (Default Coding Systems): Further clarification. diff -r 138e0b947493 -r 2a24c2deed9a lispref/nonascii.texi --- a/lispref/nonascii.texi Tue May 30 02:35:56 2006 +0000 +++ b/lispref/nonascii.texi Tue May 30 04:31:02 2006 +0000 @@ -1123,12 +1123,11 @@ 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