diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-07-31 12:42:53 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-07-31 12:42:53 -0700 |
commit | b6983a3098d26727b9ca81a37c58cc01cef51341 (patch) | |
tree | 35bcdfb7917e7db1ed77d2f000e82ade902fbddc | |
parent | 126c166e4e173db355e44e549b5c7f36b6edf741 (diff) | |
download | txr-b6983a3098d26727b9ca81a37c58cc01cef51341.tar.gz txr-b6983a3098d26727b9ca81a37c58cc01cef51341.tar.bz2 txr-b6983a3098d26727b9ca81a37c58cc01cef51341.zip |
doc: *read-bad-json* fix and doc-syms update.
* txr.1: Fix code -> codn.
* stdlib/doc-syms.tl: Updated.
-rw-r--r-- | stdlib/doc-syms.tl | 1 | ||||
-rw-r--r-- | txr.1 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index 47581464..b01264f2 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -43,6 +43,7 @@ ("*r" "N-03A7AE5A") ("*random-state*" "N-033875AD") ("*random-warmup*" "N-010348CD") + ("*read-bad-json*" "N-01C77B65") ("*read-unknown-structs*" "N-0174F337") ("*rec-source-loc*" "N-014AFEA9") ("*stddebug*" "N-006566FB") @@ -74371,7 +74371,7 @@ The value returned is that of .coNP Variable @ *read-bad-json* .desc This dynamic variable, initialized to a value of -.code nil , +.codn nil , controls whether the parser is tolerant to certain non-conformances in the syntax of JSON data, which are ordinarily syntax errors. |