summaryrefslogtreecommitdiff
path: root/lispref/files.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-01-05 14:29:37 +0000
committerGerd Moellmann <gerd@gnu.org>2000-01-05 14:29:37 +0000
commit176c9de4b4366110131c6d5fc1cc812d706c41fa (patch)
tree3a2402cad7383af69c1b6f80feca649a75ff4e15 /lispref/files.texi
parentc142ce81fc9f5cd852d843fd5cd994155c1051e8 (diff)
downloademacs-176c9de4b4366110131c6d5fc1cc812d706c41fa.tar.gz
Remove obsolete @tindex commands.
Diffstat (limited to 'lispref/files.texi')
-rw-r--r--lispref/files.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/lispref/files.texi b/lispref/files.texi
index c88a20c0763..a99afc7672e 100644
--- a/lispref/files.texi
+++ b/lispref/files.texi
@@ -508,7 +508,6 @@ with @code{insert-file-contents}, as long as @var{replace} and
@end defun
@defun insert-file-contents-literally filename &optional visit beg end replace
-@tindex insert-file-contents-literally
This function works like @code{insert-file-contents} except that it does
not do format decoding (@pxref{Format Conversion}), does not do
character code conversion (@pxref{Coding Systems}), does not run
@@ -597,7 +596,6 @@ files that the user does not need to know about.
@end deffn
@defmac with-temp-file file body...
-@tindex with-temp-file
The @code{with-temp-file} macro evaluates the @var{body} forms with a
temporary buffer as the current buffer; then, at the end, it writes the
buffer contents into file @var{file}. It kills the temporary buffer
@@ -812,7 +810,6 @@ give an error.
@end defun
@defun access-file filename string
-@tindex access-file
This function opens file @var{filename} for reading, then closes it and
returns @code{nil}. However, if the open fails, it signals an error
using @var{string} as the error message text.