diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-01-31 06:37:45 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-01-31 06:37:45 -0800 |
commit | ee1bedeb742cccbd9e3be131ec07fe687c48b037 (patch) | |
tree | d5731416a4f631c9adcd0e1f50898ca7189ccd5e | |
parent | bc91a4d7dc87e4c379bbe66d414e2553ca247517 (diff) | |
download | txr-ee1bedeb742cccbd9e3be131ec07fe687c48b037.tar.gz txr-ee1bedeb742cccbd9e3be131ec07fe687c48b037.tar.bz2 txr-ee1bedeb742cccbd9e3be131ec07fe687c48b037.zip |
doc: missing catch** in heading.
* txr.1: The catch section fails to mention the catch**
operator in the section heading.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41217,7 +41217,7 @@ using the .code format string and additional arguments. -.coNP Macros @ catch and @ catch* +.coNP Macros @, catch @ catch* and @ catch** .synb .mets (catch < try-expression .mets \ \ >> {( symbol <> ( arg *) << body-form *)}*) |