From a8f087498aad23790bbfe6b6d20e838cddb11724 Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Wed, 9 Feb 2022 10:09:37 +0000 Subject: doc: fix references to inexistent handler macro. * txr.1: Correct "handler" to "handle". --- txr.1 | 8 ++++---- 1 file 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 . -- cgit v1.2.3