changeset 77674:cf24d1dc433c

(Format Conversion): TO-FN gets three arguments.
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 May 2007 16:37:21 +0000
parents 3424ba548b6f
children de8c654d861e
files lispref/files.texi
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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