diff options
| -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 |