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 | ced52cb5b807358694aeb0343dfd99e12d5e2e4c (patch) | |
tree | d28ce95128c380ed358a11e2727494f2e5ab9fdb | |
parent | 5963001ddad5f1c6cf3df75241ebe9b260e1fd2c (diff) | |
download | txr-ced52cb5b807358694aeb0343dfd99e12d5e2e4c.tar.gz txr-ced52cb5b807358694aeb0343dfd99e12d5e2e4c.tar.bz2 txr-ced52cb5b807358694aeb0343dfd99e12d5e2e4c.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.
-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 . |