summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-07-05 07:33:14 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-07-05 07:33:14 -0700
commitaa179ce68abcefc3edd30f01cdde35461af9cc2f (patch)
tree691ff989a9e56e9069ca45428d8cfc154c8aa4b5 /txr.1
parentfd8ff185fa67c33f73cb0096462562b9f421ab67 (diff)
downloadtxr-aa179ce68abcefc3edd30f01cdde35461af9cc2f.tar.gz
txr-aa179ce68abcefc3edd30f01cdde35461af9cc2f.tar.bz2
txr-aa179ce68abcefc3edd30f01cdde35461af9cc2f.zip
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.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
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.