changeset 71049:2be0c252ff66

(Default Coding Systems): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 29 May 2006 03:28:25 +0000
parents 29150c5d541b
children 7db91d4d92b2
files lispref/nonascii.texi
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/nonascii.texi	Mon May 29 02:53:14 2006 +0000
+++ b/lispref/nonascii.texi	Mon May 29 03:28:25 2006 +0000
@@ -1119,11 +1119,11 @@
 
 If @var{operation} is @code{insert-file-contents}, the argument
 corresponding to the target may be a cons cell of the form
-@code{(@var{filename} . @code{buffer})}).  In that case,
-@code{filename} is a file name to look up, and @code{buffer} is a
-buffer that already contains the file (but not yet decoded).  A
-function specified in @code{file-coding-system-alist} must pay
-attention to this format of the target.
+@code{(@var{filename} . @var{buffer})}).  In that case, @var{filename}
+is a file name to look up, and @var{buffer} is a buffer that already
+contains the file's contents (not yet decoded).  Functions specified
+in @code{file-coding-system-alist} must pay attention to this format
+of the target.
 @end defun
 
 @node Specifying Coding Systems