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 | 530fb2db1cad77ce02852e6aabc1d56d4ff61ecf (patch) | |
tree | 8bd2efba01e64924d210799411a6cb9ffd0a7de2 | |
parent | 9391429c203c0323a6dd931a918e49e738412dbc (diff) | |
download | txr-530fb2db1cad77ce02852e6aabc1d56d4ff61ecf.tar.gz txr-530fb2db1cad77ce02852e6aabc1d56d4ff61ecf.tar.bz2 txr-530fb2db1cad77ce02852e6aabc1d56d4ff61ecf.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"
-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 |