diff options
author | Mark H Weaver <mhw@netris.org> | 2013-03-26 21:25:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-03-26 21:25:12 -0400 |
commit | 41502bd00f12a6bce97484d33f5519e97a04cf2a (patch) | |
tree | 42638293b89f89858b06af43c67224d99b572dcd /doc/ref/api-evaluation.texi | |
parent | d291d7990d72b5cb8a18b20e524e1c8324297e92 (diff) | |
download | guile-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.texi | 3 |
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 |