From 41502bd00f12a6bce97484d33f5519e97a04cf2a Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 26 Mar 2013 21:25:12 -0400 Subject: [PATCH] Manual: xref SRFI-45 from core Delayed Evaluation section. * doc/ref/api-evaluation.texi (Delayed Evaluation): Add cross-reference to SRFI-45. --- doc/ref/api-evaluation.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index 5c932a720..c4e77a9b4 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -1067,7 +1067,8 @@ was found, or @code{#f} otherwise. The port is rewound. @cindex promises Promises are a convenient way to defer a calculation until its result -is actually needed, and to run such a calculation only once. +is actually needed, and to run such a calculation only once. Also +@pxref{SRFI-45}. @deffn syntax delay expr @rnindex delay