diff options
-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 |