]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffind_operation_coding_system): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 May 2006 21:44:59 +0000 (21:44 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 May 2006 21:44:59 +0000 (21:44 +0000)
src/ChangeLog
src/coding.c

index 3aa41c16c73ee47e7c0398168eecc1904100830a..14a467489552c8054519e97ab8f001a5951b027a 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * coding.c (Ffind_operation_coding_system): Doc fix.
+
 2006-05-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
index 03c07c3ba688a0d87fc4116196c7f0b0a0abc0b4..0809e2331ad5c49faf874341f915336333cf0ffa 100644 (file)
@@ -7471,9 +7471,10 @@ which is a list of all the arguments given to this function.
 
 If OPERATION is `insert-file-contents', the argument corresponding to
 TARGET may be a cons (FILENAME . BUFFER).  In that case, FILENAME is a
-file name to look up, and BUFFER is a buffer that already contains the
-file (but not yet decoded).  If a function is found as above, the
-function must pay attention to this format of TARGET.
+file name to look up, and BUFFER is a buffer that will contain the
+file (not yet decoded).  If `file-coding-system-alist' specifies a
+function to call for FILENAME, that function should examine the
+contents of BUFFER instead of reading the file.
 
 usage: (find-operation-coding-system OPERATION ARGUMENTS ...)  */)
      (nargs, args)