summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 454d752f..f4242042 100644
--- a/txr.1
+++ b/txr.1
@@ -63955,7 +63955,7 @@ closure which is returned. Invoking the closure doesn't cause the
expressions to be evaluated.
The use of
-.code load-value
+.code load-time
is similar to defining a variable and then referring to the variable.
For instance, a file containing this:
@@ -63995,7 +63995,7 @@ The advantage of
is that it doesn't require a separate top-level form to achieve its load-time
effect: the expression is simply nested at the point where it is needed. The
.code load-time
-value form can therefore be generated by macros, whose expansions cannot inject
+form can therefore be generated by macros, whose expansions cannot inject
extra top-level forms into the site where they are invoked.
If a macro writer would like some form to be evaluated at load time and
its value accessible in a macro expansion that appears arbitrarily nested