aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-05-30 04:31:02 +0000
committerRichard M. Stallman2006-05-30 04:31:02 +0000
commit749eecf52710ddefecfd07ab7e730fcc0132a8c0 (patch)
tree3dfb9d51670f7aec62351742555135c666975089
parent90e357ae457e40c8a4c7534deab619ee317f3bf1 (diff)
downloademacs-749eecf52710ddefecfd07ab7e730fcc0132a8c0.tar.gz
emacs-749eecf52710ddefecfd07ab7e730fcc0132a8c0.zip
(Default Coding Systems): Further clarification.
-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