diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-12-29 20:50:48 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-12-29 20:50:48 -0800 |
commit | e43517e1627fc55df5fe8a6720dd0fecf1ff11c9 (patch) | |
tree | d28ce95128c380ed358a11e2727494f2e5ab9fdb /txr.1 | |
parent | 9361473290d317186768bd9d709ae76adf9d85b8 (diff) | |
download | txr-e43517e1627fc55df5fe8a6720dd0fecf1ff11c9.tar.gz txr-e43517e1627fc55df5fe8a6720dd0fecf1ff11c9.tar.bz2 txr-e43517e1627fc55df5fe8a6720dd0fecf1ff11c9.zip |
doc: invoke-catch: no such function as get-frames
* txr.1: Fix wording under invoke-catch which refers to a
nonexistent function called get-frames.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -36843,8 +36843,9 @@ described by the .meta catch-frame argument, which must be a structure of type .code catch-frame -returned by a call to -.code get-frame +obtained using any of the functions +.codn get-frames , +.code find-frames or .codn find-frame . |