]> git.eshelyaron.com Git - emacs.git/commitdiff
(Default Coding Systems): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 May 2006 03:28:52 +0000 (03:28 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 May 2006 03:28:52 +0000 (03:28 +0000)
lispref/ChangeLog
lispref/nonascii.texi

index 2e20af7fc78042190d2b3dec42c5056916a3977c..44c4611def7743047a3ab42bca9dc7f537705cfe 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Default Coding Systems): Fix last change.
+
 2006-05-29  Kenichi Handa  <handa@m17n.org>
 
        * nonascii.texi (find-operation-coding-system): Describe the new
index d9050de33fcdc340571f88a3ff24234caa69eba5..b6706613f459309016d8f5fac21f0a50fbb0daeb 100644 (file)
@@ -1119,11 +1119,11 @@ or @code{network-coding-system-alist}.
 
 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