diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-04-16 05:46:32 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-04-16 05:46:32 -0700 |
commit | c68d46fb0c8c3693e6d906bbe7dc851999cb554c (patch) | |
tree | 9dee434ba1af00275b7284f0017012b82fb659ab | |
parent | 40256575a22af22d38f81d36cb4a9d455460f0bb (diff) | |
download | txr-c68d46fb0c8c3693e6d906bbe7dc851999cb554c.tar.gz txr-c68d46fb0c8c3693e6d906bbe7dc851999cb554c.tar.bz2 txr-c68d46fb0c8c3693e6d906bbe7dc851999cb554c.zip |
Doc for sys:abscond* references nonexistent sym.
* txr.1: Incorrect reference to sys:return* should
of course be to sys:abscond*.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29733,7 +29733,7 @@ that control will return into a restarted copy of that context. .syne .desc The -.code sys:return* +.code sys:abscond* function is similar to the the .code sys:abscond-from operator, except that |