diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-07-05 07:33:14 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-07-05 07:33:14 -0700 |
commit | aa179ce68abcefc3edd30f01cdde35461af9cc2f (patch) | |
tree | 691ff989a9e56e9069ca45428d8cfc154c8aa4b5 /txr.1 | |
parent | fd8ff185fa67c33f73cb0096462562b9f421ab67 (diff) | |
download | txr-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |