]> git.eshelyaron.com Git - emacs.git/commitdiff
(Format Conversion): TO-FN gets three arguments.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 May 2007 16:37:21 +0000 (16:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 May 2007 16:37:21 +0000 (16:37 +0000)
lispref/files.texi

index 656dbf346dc56a9a36b04d8fae5a82b132da9a51..0353d4464b50dd0c2db6966a253038db835f061e 100644 (file)
@@ -2856,9 +2856,10 @@ convert the usual Emacs data representation into this format.
 If @var{to-fn} is a string, it is a shell command; Emacs runs the
 command as a filter to perform the conversion.
 
-If @var{to-fn} is a function, it is called with two arguments, @var{begin}
-and @var{end}, which specify the part of the buffer it should convert.
-There are two ways it can do the conversion:
+If @var{to-fn} is a function, it is called with three arguments:
+@var{begin} and @var{end}, which specify the part of the buffer it
+should convert, and @var{buffer}, which specifies which buffer.  There
+are two ways it can do the conversion:
 
 @itemize @bullet
 @item