aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/nonascii.texi11
1 files changed, 5 insertions, 6 deletions
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
1123corresponding to the target may be a cons cell of the form 1123corresponding to the target may be a cons cell of the form
1124@code{(@var{filename} . @var{buffer})}). In that case, @var{filename} 1124@code{(@var{filename} . @var{buffer})}). In that case, @var{filename}
1125is a file name to look up in @code{file-coding-system-alist}, and 1125is a file name to look up in @code{file-coding-system-alist}, and
1126@var{buffer} is a buffer will contain the file's contents (not yet 1126@var{buffer} is a buffer that contains the file's contents (not yet
1127decoded). If the file's association in 1127decoded). If @code{file-coding-system-alist} specifies a function to
1128@code{file-coding-system-alist} specifies a function to call, and that 1128call for this file, and that function needs to examine the file's
1129function needs to examine the file's contents (as it usually does), it 1129contents (as it usually does), it should examine the contents of
1130should examine the contents of @var{buffer} instead of reading the 1130@var{buffer} instead of reading the file.
1131file.
1132@end defun 1131@end defun
1133 1132
1134@node Specifying Coding Systems 1133@node Specifying Coding Systems