Mercurial > emacs
changeset 12674:411fcd86eeeb
Delete duplicate definitions for format-find-file and format-insert-file.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 Jul 1995 06:28:15 +0000 |
parents | 4d6b7909a0ec |
children | 8c9369149a9d |
files | lispref/files.texi |
diffstat | 1 files changed, 0 insertions(+), 25 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/files.texi Wed Jul 26 00:13:01 1995 +0000 +++ b/lispref/files.texi Wed Jul 26 06:28:15 1995 +0000 @@ -2114,31 +2114,6 @@ @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