diff options
| author | Richard M. Stallman | 2007-05-10 16:37:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-05-10 16:37:21 +0000 |
| commit | 5f5d617f40d6acf2c4bb3baa5b0aa7fd2f97d53c (patch) | |
| tree | de2aca8fe7f07afeef84b9970f6dc4318de2fab9 /lispref | |
| parent | 4fb4bdcf6dcde4baa373b92cd6bb30225640c000 (diff) | |
| download | emacs-5f5d617f40d6acf2c4bb3baa5b0aa7fd2f97d53c.tar.gz emacs-5f5d617f40d6acf2c4bb3baa5b0aa7fd2f97d53c.zip | |
(Format Conversion): TO-FN gets three arguments.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/files.texi | 7 |
1 files changed, 4 insertions, 3 deletions
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. | |||
| 2856 | If @var{to-fn} is a string, it is a shell command; Emacs runs the | 2856 | If @var{to-fn} is a string, it is a shell command; Emacs runs the |
| 2857 | command as a filter to perform the conversion. | 2857 | command as a filter to perform the conversion. |
| 2858 | 2858 | ||
| 2859 | If @var{to-fn} is a function, it is called with two arguments, @var{begin} | 2859 | If @var{to-fn} is a function, it is called with three arguments: |
| 2860 | and @var{end}, which specify the part of the buffer it should convert. | 2860 | @var{begin} and @var{end}, which specify the part of the buffer it |
| 2861 | There are two ways it can do the conversion: | 2861 | should convert, and @var{buffer}, which specifies which buffer. There |
| 2862 | are two ways it can do the conversion: | ||
| 2862 | 2863 | ||
| 2863 | @itemize @bullet | 2864 | @itemize @bullet |
| 2864 | @item | 2865 | @item |