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
commitd5a9cacf83e15dd84928a23062b9bac06d06849b (patch)
treecd77b250c36941c58e1a36b1cf509e6c1da00b40
parent3105dd166717f54e0977d9d927d1f812518f9e6d (diff)
downloadtxr-d5a9cacf83e15dd84928a23062b9bac06d06849b.tar.gz
txr-d5a9cacf83e15dd84928a23062b9bac06d06849b.tar.bz2
txr-d5a9cacf83e15dd84928a23062b9bac06d06849b.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 ,