From 03371f7c853398a18825864a4d18477d5b2aaa6c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 31 Jul 2021 12:42:53 -0700 Subject: doc: *read-bad-json* fix and doc-syms update. * txr.1: Fix code -> codn. * stdlib/doc-syms.tl: Updated. --- stdlib/doc-syms.tl | 1 + txr.1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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") diff --git a/txr.1 b/txr.1 index c45de13b..ecae46d6 100644 --- a/txr.1 +++ b/txr.1 @@ -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. -- cgit v1.2.3