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 | 7ba809943056be2aa1a37e4b245d5148206f0f12 (patch) | |
tree | 691ff989a9e56e9069ca45428d8cfc154c8aa4b5 | |
parent | 5b1e06e1617294a036ff6233f477af2410f54a0d (diff) | |
download | txr-7ba809943056be2aa1a37e4b245d5148206f0f12.tar.gz txr-7ba809943056be2aa1a37e4b245d5148206f0f12.tar.bz2 txr-7ba809943056be2aa1a37e4b245d5148206f0f12.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.
-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. |