summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2024-07-22 19:57:21 -0700
committerKaz Kylheku <kaz@kylheku.com>2024-07-22 19:57:21 -0700
commitff259855afa02c7bd10994f1b42739901ec028a1 (patch)
treecd77b250c36941c58e1a36b1cf509e6c1da00b40
parente5a6c31be5da033320f6414fab0b31ef88f3260c (diff)
downloadtxr-ff259855afa02c7bd10994f1b42739901ec028a1.tar.gz
txr-ff259855afa02c7bd10994f1b42739901ec028a1.tar.bz2
txr-ff259855afa02c7bd10994f1b42739901ec028a1.zip
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.
-rw-r--r--txr.16
1 files 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 ,