diff options
author | Paul A. Patience <paul@apatience.com> | 2021-07-11 19:36:50 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-07-11 23:20:59 -0700 |
commit | 37e586b1079818afe12ca5157f2143118ebd4383 (patch) | |
tree | f5e4ec3d1acdbbd7cc7ff5ddbae5068a7a011027 /txr.1 | |
parent | 50e8eeacba515a73d21eebfddee84a299de51895 (diff) | |
download | txr-37e586b1079818afe12ca5157f2143118ebd4383.tar.gz txr-37e586b1079818afe12ca5157f2143118ebd4383.tar.bz2 txr-37e586b1079818afe12ca5157f2143118ebd4383.zip |
doc: interchange first two args of json put funs.
txr.1: Interchange the first and second arguments of
file-put-json, file-put-jsons, file-append-json,
file-append-jsons, command-put-json and command-put-jsons.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -74052,8 +74052,8 @@ if that function returns normally. .coNP Functions @ file-put-json and @ file-put-jsons .synb -.mets (file-put-json < obj < name <> [ flat-p ]) -.mets (file-put-jsons < seq < name <> [ flat-p ]) +.mets (file-put-json < name < obj <> [ flat-p ]) +.mets (file-put-jsons < name < seq <> [ flat-p ]) .syne .desc The @@ -74099,8 +74099,8 @@ The value returned is that of .coNP Functions @ file-put-json and @ file-put-jsons .synb -.mets (file-append-json < obj < name <> [ flat-p ]) -.mets (file-append-jsons < seq < name <> [ flat-p ]) +.mets (file-append-json < name < obj <> [ flat-p ]) +.mets (file-append-jsons < name < seq <> [ flat-p ]) .syne .desc The @@ -74154,8 +74154,8 @@ on the stream, and returns the value returned by that function. .coNP Functions @ command-put-json and @ command-put-jsons .synb -.mets (command-put-json < obj < cmd <> [ flat-p ]) -.mets (command-put-jsons < seq < cmd <> [ flat-p ]) +.mets (command-put-json < cmd < obj <> [ flat-p ]) +.mets (command-put-jsons < cmd < seq <> [ flat-p ]) .syne .desc The |