From ff259855afa02c7bd10994f1b42739901ec028a1 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 22 Jul 2024 19:57:21 -0700 Subject: doc: certain JSON-related variables are specials. * txr.1: The *print-json-format*, *read-bad-json* and *read-json-int* variables are special (i.e. dynamically scoped) variables, and so reaquire the Special Variable heading, not Variable. --- txr.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/txr.1 b/txr.1 index bbd25f6a..d643ff7f 100644 --- a/txr.1 +++ b/txr.1 @@ -84730,7 +84730,7 @@ argument is passed to that function, defaulting to The value returned is that of .codn put-jsons . -.coNP Variable @ *print-json-format* +.coNP Special Variable @ *print-json-format* .desc The .code *print-json-format* @@ -84764,7 +84764,7 @@ controls whether the field is included when a structure object is printed as JSON. -.coNP Variable @ *read-bad-json* +.coNP Special Variable @ *read-bad-json* .desc This dynamic variable, initialized to a value of .codn nil , @@ -84788,7 +84788,7 @@ tolerance in the area of JSON parsing. --> #H(() (3.0 4.0)) .brev -.coNP Variable @ *read-json-int* +.coNP Special Variable @ *read-json-int* .desc This dynamic variable, initialized to a value of .codn nil , -- cgit v1.2.3