summaryrefslogtreecommitdiff
path: root/doc/ref/api-evaluation.texi
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2013-03-26 21:25:12 -0400
committerMark H Weaver <mhw@netris.org>2013-03-26 21:25:12 -0400
commit41502bd00f12a6bce97484d33f5519e97a04cf2a (patch)
tree42638293b89f89858b06af43c67224d99b572dcd /doc/ref/api-evaluation.texi
parentd291d7990d72b5cb8a18b20e524e1c8324297e92 (diff)
downloadguile-41502bd00f12a6bce97484d33f5519e97a04cf2a.tar.gz
Manual: xref SRFI-45 from core Delayed Evaluation section.
* doc/ref/api-evaluation.texi (Delayed Evaluation): Add cross-reference to SRFI-45.
Diffstat (limited to 'doc/ref/api-evaluation.texi')
-rw-r--r--doc/ref/api-evaluation.texi3
1 files changed, 2 insertions, 1 deletions
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