aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-07-26 06:28:15 +0000
committerRichard M. Stallman1995-07-26 06:28:15 +0000
commitf4b728482eb09fbbc11e6e049014b90d77c06926 (patch)
tree56dba23aa2f1e1a12b793c2e826d153e29038e90
parent864bd34b6756c94814d2dc39baca12aa0315a069 (diff)
downloademacs-f4b728482eb09fbbc11e6e049014b90d77c06926.tar.gz
emacs-f4b728482eb09fbbc11e6e049014b90d77c06926.zip
Delete duplicate definitions for format-find-file and format-insert-file.
-rw-r--r--lispref/files.texi25
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
2118This command finds the file @var{file}, converting it according to
2119format @var{format}. It also makes @var{format} the default if the
2120buffer is saved later.
2121
2122The 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
2128This command inserts the contents of file @var{file}, converting it
2129according to format @var{format}. If @var{beg} and @var{end} are
2130non-@code{nil}, they specify which part of the file to read,
2131as in @code{insert-file-contents} (@pxref{Reading from Files}).
2132
2133The return value is like what @code{insert-file-contents} returns: a
2134list of the absolute file name and the length of the data inserted
2135(after conversion).
2136
2137The 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
2143This variable specifies the format to use for auto-saving. Its value is 2118This variable specifies the format to use for auto-saving. Its value is
2144a list of format names, just like the value of 2119a list of format names, just like the value of