diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-12-14 19:25:14 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-12-14 19:25:14 -0800 |
commit | f2d60094af617dd2215dfa8d3fa9e742acfab1cd (patch) | |
tree | 8bd2efba01e64924d210799411a6cb9ffd0a7de2 /txr.1 | |
parent | 530b0f3f453befa9c24e388324cf999ca464274d (diff) | |
download | txr-f2d60094af617dd2215dfa8d3fa9e742acfab1cd.tar.gz txr-f2d60094af617dd2215dfa8d3fa9e742acfab1cd.tar.bz2 txr-f2d60094af617dd2215dfa8d3fa9e742acfab1cd.zip |
doc: swapped words in continuations description.
* txr.1: Paragraph about sys:cont-poison must say
"continuation's evaluation frames" not "evaluation's
continuation frames"
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37373,7 +37373,7 @@ is passed to the continuation function, the continuation will be resumed in a different manner: its context will be restored as in the ordinary resume case, whereupon it will be immediately abandoned by a nonlocal exit, causing unwinding to take place across all of the -evaluation's continuation frames. The function then returns +continuation's evaluation frames. The function then returns .codn nil . If the symbol |