summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2022-02-09 10:09:37 +0000
committerKaz Kylheku <kaz@kylheku.com>2022-02-09 13:07:15 -0800
commit42d166800c2a838e5494f46da312de0e58a54e9b (patch)
tree841d13943844815fee51492923a5088c2f183d6e
parenta793f0a88cfd08167d7717f40df25bc5eaf0d7ba (diff)
downloadtxr-42d166800c2a838e5494f46da312de0e58a54e9b.tar.gz
txr-42d166800c2a838e5494f46da312de0e58a54e9b.tar.bz2
txr-42d166800c2a838e5494f46da312de0e58a54e9b.zip
doc: fix references to inexistent handler macro.
* txr.1: Correct "handler" to "handle".
-rw-r--r--txr.18
1 files changed, 4 insertions, 4 deletions
diff --git a/txr.1 b/txr.1
index 8ca386df..13e7f38f 100644
--- a/txr.1
+++ b/txr.1
@@ -49911,7 +49911,7 @@ and
as well as the
.code handler-bind
operator and
-.code handler
+.code handle
macro.
.coNP Operator @ unwind-protect
@@ -50518,7 +50518,7 @@ macro) and handlers
(see
.code handler-bind
and
-.codn handler ).
+.codn handle ).
The
.code frame
@@ -50571,11 +50571,11 @@ The
slot of a
.code handle-frame
is the registered handler function. Note that all the clauses of a
-.code handler
+.code handle
macro are compiled to a single function, which is established via
.codn handler-bind ,
so an instance of the
-.code handler
+.code handle
macro corresponds to a single
.codn handle-frame .