doc-src/Ref/introduction.tex
changeset 141 a133921366cb
parent 138 9ba8bff1addc
child 149 caa7a52ff46f
--- a/doc-src/Ref/introduction.tex	Tue Nov 23 10:47:33 1993 +0100
+++ b/doc-src/Ref/introduction.tex	Thu Nov 25 10:29:40 1993 +0100
@@ -94,9 +94,7 @@
 time_use        : string -> unit
 time_use_thy    : string -> unit
 update          : unit -> unit
-unlink_thy      : string -> unit
 loadpath        : string list ref
-delete_tmpfiles : bool ref
 \end{ttbox}
 \begin{description}
 \item[\ttindexbold{cd} \tt"{\it dir}";]  changes to {\it dir\/} the default
@@ -123,18 +121,9 @@
 reads all theories that have changed since the last time they have been read.
 See Chapter~\ref{theories} for details.
 
-\item[\ttindexbold{unlink_thy} \tt"$tname$";]  
-removes theory {\it tname} from internal list of theory dependencies and has to
-be used after removing a theory's files. Else {\tt update} would keep on
-searching for them. See Chapter~\ref{theories} for details.
-
 \item[\ttindexbold{loadpath}] contains a list of paths that is used by 
 {\tt use_thy} and {\tt update} to find {\it tname}{\tt.ML} and {\it tname}
 {\tt.thy}. See Chapter~\ref{theories} for details.
-
-\item[\ttindexbold{delete_tmpfiles}] is used by use_thy and controls the
-removal of temporary files created during the reading of {\it tname}{\tt.thy}.
-See Chapter~\ref{theories} for details.
 \end{description}