(Format Conversion): TO-FN gets three arguments.

This commit is contained in:
Richard M. Stallman 2007-05-10 16:37:21 +00:00
parent 4fb4bdcf6d
commit 5f5d617f40

View 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