diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-07-26 06:28:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-07-26 06:28:15 +0000 |
commit | dedb0b23926d4ea8881dabd97dfa50c5bcecb9af (patch) | |
tree | ab2f3003b833d415967c675254e8c90e832f9e30 /lispref/files.texi | |
parent | b7bd17fadd038d6b4f507c931ceb8c368dd93ee9 (diff) | |
download | emacs-dedb0b23926d4ea8881dabd97dfa50c5bcecb9af.tar.gz |
Delete duplicate definitions for format-find-file and format-insert-file.
Diffstat (limited to 'lispref/files.texi')
-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 @key{RET} for @var{format} specifies @code{nil}. @end defun -@defun format-find-file file format -This command finds the file @var{file}, converting it according to -format @var{format}. It also makes @var{format} the default if the -buffer is saved later. - -The argument @var{format} is a list of format names. If @var{format} is -@code{nil}, no conversion takes place. Interactively, typing just -@key{RET} for @var{format} specifies @code{nil}. -@end defun - -@defun format-insert-file file format %optional beg end -This command inserts the contents of file @var{file}, converting it -according to format @var{format}. If @var{beg} and @var{end} are -non-@code{nil}, they specify which part of the file to read, -as in @code{insert-file-contents} (@pxref{Reading from Files}). - -The return value is like what @code{insert-file-contents} returns: a -list of the absolute file name and the length of the data inserted -(after conversion). - -The argument @var{format} is a list of format names. If @var{format} is -@code{nil}, no conversion takes place. Interactively, typing just -@key{RET} for @var{format} specifies @code{nil}. -@end defun - @defvar auto-save-file-format This variable specifies the format to use for auto-saving. Its value is a list of format names, just like the value of |