diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-07-22 19:57:21 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-07-22 19:57:21 -0700 |
commit | ff259855afa02c7bd10994f1b42739901ec028a1 (patch) | |
tree | cd77b250c36941c58e1a36b1cf509e6c1da00b40 | |
parent | e5a6c31be5da033320f6414fab0b31ef88f3260c (diff) | |
download | txr-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.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 , |