diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 06:33:54 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 06:33:54 -0800 |
commit | 95f2b856d3e32f54dd4c5dd720815689164af2a7 (patch) | |
tree | 3adce5695bbb0ac44cb508d2d8b8cead9d0edd98 | |
parent | 36fe92349fa79e9a57e260aa4e28437547338442 (diff) | |
download | txr-95f2b856d3e32f54dd4c5dd720815689164af2a7.tar.gz txr-95f2b856d3e32f54dd4c5dd720815689164af2a7.tar.bz2 txr-95f2b856d3e32f54dd4c5dd720815689164af2a7.zip |
doc: fix in delimited continuations description.
* txr.1: Missing article: *the* sys:capture-cont function.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32958,7 +32958,7 @@ returns whatever value returns. When the continuation function is called (thereby resuming the captured -continuation), inside that resumed continuation, +continuation), inside that resumed continuation, the .code sys:capture-cont function appears to return. Its return value is the argument which was passed to the continuation function. The continuation function |