From 8f6e3deca59ea68e6fc51692f58693970083ad6c Mon Sep 17 00:00:00 2001
From: pw <pw>
Date: Sun, 8 Jul 2001 16:37:13 +0000
Subject: [PATCH] From Eric Marsden:

	A few tweaks for buildtime features.
---
 docs/internals/architecture.tex | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/internals/architecture.tex b/docs/internals/architecture.tex
index 8eb24e500..40b3c4057 100644
--- a/docs/internals/architecture.tex
+++ b/docs/internals/architecture.tex
@@ -298,7 +298,8 @@ system.  These symbols are:
 \begin{description}
 \item[:no-compiler] don't load the compiler.
 \item[:no-clx] don't load CLX.
-\item[:no-hemlock] don't load hemlock.
+\item[:no-clm] don't load CLM.
+\item[:no-hemlock] don't load Hemlock.
 \item[:no-pcl] don't load PCL.
 \item[:runtime] build a runtime code, implies all of the above, and then some.
 \end{description}
@@ -306,3 +307,6 @@ system.  These symbols are:
 Note: if you don't load the compiler, you can't (successfully) load the
 pretty-printer or pcl.  And if you compiled hemlock with CLX loaded, you can't
 load it without CLX also being loaded.
+
+These features are only used during the worldload process, and are
+not propagated to the generated \verb|lisp.core| file. 
-- 
GitLab