From 10e21ee8cc333b1e7d03b8ac22c4cc6bb7ca64e8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 11 Feb 2019 12:28:42 -0800 Subject: doc: fix reference to nonexistent load-value. * txr.1: In Notes under load-time, the function is once referred to as load-value; also the phrase load-time value is used that can just be load-time. --- txr.1 | 4 ++-- 1 file 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 -- cgit v1.2.3