From bf5a03f450f26e07a1ccc6f00d9bd0c5659e8591 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 31 Dec 2014 07:23:35 -0800 Subject: * txr.1: Fix error. (set [seq index-list] new) corresponds to replace not to refset. --- txr.1 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index af4e55fe..6f718ca0 100644 --- a/txr.1 +++ b/txr.1 @@ -10484,12 +10484,17 @@ This form is equivalent to .cble except when the target of an assignment operation. -The following equivalences hold: +The following equivalences hold between index-list-based indexing +and the +.code select +and +.code replace +functions: .cblk - [seq list] <--> (select seq list) + [seq idx-list] <--> (select seq idx-list) - (set [seq list] new) <--> (refset seq new list) + (set [seq idx-list] new) <--> (replace seq new idx-list) .cble This form does not accept update operators like -- cgit v1.2.3