emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/nonascii.texi


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lispref/nonascii.texi
Date: Mon, 29 May 2006 01:23:38 +0000

Index: emacs/lispref/nonascii.texi
diff -u emacs/lispref/nonascii.texi:1.57 emacs/lispref/nonascii.texi:1.58
--- emacs/lispref/nonascii.texi:1.57    Mon May 15 05:57:05 2006
+++ emacs/lispref/nonascii.texi Mon May 29 01:23:38 2006
@@ -1116,6 +1116,14 @@
 Depending on @var{operation}, this function looks up the target in
 @code{file-coding-system-alist}, @code{process-coding-system-alist},
 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
address@hidden(@var{filename} . @code{buffer})}).  In that case,
address@hidden 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.
 @end defun
 
 @node Specifying Coding Systems




reply via email to

[Prev in Thread] Current Thread [Next in Thread]