# HG changeset patch # User Richard M. Stallman # Date 1178815041 0 # Node ID cf24d1dc433c16f006407a28a084b56706ecd0da # Parent 3424ba548b6fe395783b0aee1e026cd5cf0a2dec (Format Conversion): TO-FN gets three arguments. diff -r 3424ba548b6f -r cf24d1dc433c lispref/files.texi --- a/lispref/files.texi Thu May 10 16:34:28 2007 +0000 +++ b/lispref/files.texi Thu May 10 16:37:21 2007 +0000 @@ -2856,9 +2856,10 @@ 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