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 | 03371f7c853398a18825864a4d18477d5b2aaa6c (patch) | |
tree | 35bcdfb7917e7db1ed77d2f000e82ade902fbddc | |
parent | f22d21584b60d643e1c91d262a81af0cfb8ae9ed (diff) | |
download | txr-03371f7c853398a18825864a4d18477d5b2aaa6c.tar.gz txr-03371f7c853398a18825864a4d18477d5b2aaa6c.tar.bz2 txr-03371f7c853398a18825864a4d18477d5b2aaa6c.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. |