From aa179ce68abcefc3edd30f01cdde35461af9cc2f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 5 Jul 2019 07:33:14 -0700 Subject: replace: third argument is a sequence. * txr.1: The index-list argument of replace can be a sequence of any kind, not just a list or vector. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index f4e6d30a..a8eb365c 100644 --- a/txr.1 +++ b/txr.1 @@ -28123,7 +28123,7 @@ argument. The .code replace function has two invocation styles, distinguished by the -type of the third argument. If the third argument is a list or vector, then it +type of the third argument. If the third argument is a sequence, then it is deemed to be the .meta index-list parameter of the second form. -- cgit v1.2.3