diff options
| author | Richard M. Stallman | 1995-07-26 06:28:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-26 06:28:15 +0000 |
| commit | f4b728482eb09fbbc11e6e049014b90d77c06926 (patch) | |
| tree | 56dba23aa2f1e1a12b793c2e826d153e29038e90 | |
| parent | 864bd34b6756c94814d2dc39baca12aa0315a069 (diff) | |
| download | emacs-f4b728482eb09fbbc11e6e049014b90d77c06926.tar.gz emacs-f4b728482eb09fbbc11e6e049014b90d77c06926.zip | |
Delete duplicate definitions for format-find-file and format-insert-file.
| -rw-r--r-- | lispref/files.texi | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lispref/files.texi b/lispref/files.texi index 5653964cfbe..c28ec4b90f8 100644 --- a/lispref/files.texi +++ b/lispref/files.texi | |||
| @@ -2114,31 +2114,6 @@ The argument @var{format} is a list of format names. If @var{format} is | |||
| 2114 | @key{RET} for @var{format} specifies @code{nil}. | 2114 | @key{RET} for @var{format} specifies @code{nil}. |
| 2115 | @end defun | 2115 | @end defun |
| 2116 | 2116 | ||
| 2117 | @defun format-find-file file format | ||
| 2118 | This command finds the file @var{file}, converting it according to | ||
| 2119 | format @var{format}. It also makes @var{format} the default if the | ||
| 2120 | buffer is saved later. | ||
| 2121 | |||
| 2122 | The argument @var{format} is a list of format names. If @var{format} is | ||
| 2123 | @code{nil}, no conversion takes place. Interactively, typing just | ||
| 2124 | @key{RET} for @var{format} specifies @code{nil}. | ||
| 2125 | @end defun | ||
| 2126 | |||
| 2127 | @defun format-insert-file file format %optional beg end | ||
| 2128 | This command inserts the contents of file @var{file}, converting it | ||
| 2129 | according to format @var{format}. If @var{beg} and @var{end} are | ||
| 2130 | non-@code{nil}, they specify which part of the file to read, | ||
| 2131 | as in @code{insert-file-contents} (@pxref{Reading from Files}). | ||
| 2132 | |||
| 2133 | The return value is like what @code{insert-file-contents} returns: a | ||
| 2134 | list of the absolute file name and the length of the data inserted | ||
| 2135 | (after conversion). | ||
| 2136 | |||
| 2137 | The argument @var{format} is a list of format names. If @var{format} is | ||
| 2138 | @code{nil}, no conversion takes place. Interactively, typing just | ||
| 2139 | @key{RET} for @var{format} specifies @code{nil}. | ||
| 2140 | @end defun | ||
| 2141 | |||
| 2142 | @defvar auto-save-file-format | 2117 | @defvar auto-save-file-format |
| 2143 | This variable specifies the format to use for auto-saving. Its value is | 2118 | This variable specifies the format to use for auto-saving. Its value is |
| 2144 | a list of format names, just like the value of | 2119 | a list of format names, just like the value of |