diff options
| author | Richard M. Stallman | 2006-05-30 04:31:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-30 04:31:02 +0000 |
| commit | 749eecf52710ddefecfd07ab7e730fcc0132a8c0 (patch) | |
| tree | 3dfb9d51670f7aec62351742555135c666975089 | |
| parent | 90e357ae457e40c8a4c7534deab619ee317f3bf1 (diff) | |
| download | emacs-749eecf52710ddefecfd07ab7e730fcc0132a8c0.tar.gz emacs-749eecf52710ddefecfd07ab7e730fcc0132a8c0.zip | |
(Default Coding Systems): Further clarification.
| -rw-r--r-- | lispref/nonascii.texi | 11 |
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 | |||
| 1123 | corresponding to the target may be a cons cell of the form | 1123 | corresponding 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} |
| 1125 | is a file name to look up in @code{file-coding-system-alist}, and | 1125 | is 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 |
| 1127 | decoded). If the file's association in | 1127 | decoded). If @code{file-coding-system-alist} specifies a function to |
| 1128 | @code{file-coding-system-alist} specifies a function to call, and that | 1128 | call for this file, and that function needs to examine the file's |
| 1129 | function needs to examine the file's contents (as it usually does), it | 1129 | contents (as it usually does), it should examine the contents of |
| 1130 | should examine the contents of @var{buffer} instead of reading the | 1130 | @var{buffer} instead of reading the file. |
| 1131 | file. | ||
| 1132 | @end defun | 1131 | @end defun |
| 1133 | 1132 | ||
| 1134 | @node Specifying Coding Systems | 1133 | @node Specifying Coding Systems |