From c1f4d79ad5fa862708e1203cd5e78ed595d6ab34 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 5 Apr 2016 06:22:08 -0700 Subject: Fix inappropriate references to tree-bind. * txr.1: Documentation for the tc macro falsely claims that it is based on tree-bind, in the description and example expansion. --- txr.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/txr.1 b/txr.1 index 295f8190..bffedd3d 100644 --- a/txr.1 +++ b/txr.1 @@ -25003,9 +25003,9 @@ operator. Its name is an abbreviation of The anonymous function takes a variable number of arguments. Its argument list is taken to be the value macro is tested against the multiple pattern clauses of an implicit -.codn tree-bind . +.codn tree-case . The return value of the function is that of the implied -.codn tree-bind . +.codn tree-case . The following equivalence holds, where .code args @@ -25013,7 +25013,7 @@ should be understood to be a globally unique symbol: .cblk (tc clause1 clause2 ...) <--> (lambda (. args) - (tree-bind args + (tree-case args clause1 clause2 ...)) .cble -- cgit v1.2.3