aboutsummaryrefslogtreecommitdiff
path: root/src/interp/util.lisp.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/util.lisp.pamphlet')
-rw-r--r--src/interp/util.lisp.pamphlet20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/interp/util.lisp.pamphlet b/src/interp/util.lisp.pamphlet
index 51564c35..80d2443e 100644
--- a/src/interp/util.lisp.pamphlet
+++ b/src/interp/util.lisp.pamphlet
@@ -158,15 +158,6 @@ on the system we are using.
@
-\subsubsection{directory-list}
-
-This is the system-wide list of directories to search.
-It is set up in the {\bf reroot} function.
-<<directory-list>>=
-(defvar $directory-list ())
-
-@
-
\subsubsection{relative-directory-list}
@@ -184,15 +175,6 @@ NAG distribution back to the original form.
@
-\subsubsection{library-directory-list}
-
-This is the system-wide search path for library files.
-It is set up in the {\bf reroot} function.
-<<library-directory-list>>=
-(defvar $library-directory-list ())
-
-@
-
\subsubsection{relative-library-directory-list}
The relative directory list specifies how to find the algebra
@@ -1480,8 +1462,6 @@ function assumes that \\ can only appear as first character of name.
<<translist>>
<<relative-directory-list>>
<<relative-library-directory-list>>
-<<directory-list>>
-<<library-directory-list>>
<<boottocl>>
(in-package "BOOT")