From: Richard M. Stallman Date: Thu, 10 May 2007 16:37:21 +0000 (+0000) Subject: (Format Conversion): TO-FN gets three arguments. X-Git-Tag: emacs-pretest-22.0.990~57 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f5d617f40d6acf2c4bb3baa5b0aa7fd2f97d53c;p=emacs.git (Format Conversion): TO-FN gets three arguments. --- diff --git a/lispref/files.texi b/lispref/files.texi index 656dbf346dc..0353d4464b5 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -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