bug#73051: 31.0.50; json-parse-string truncated docstring

2024-09-05 Thread Eli Zaretskii
> From: German Pacenza > Date: Thu, 05 Sep 2024 13:27:42 -0300 > > json-parse-string docstring seems to be truncated at 'which see': > > Parse the JSON STRING into a Lisp value. > This is essentially the reverse operation of ‘json-serialize’, which > see. The returned ... This is not truncation

bug#73051: 31.0.50; json-parse-string truncated docstring

2024-09-05 Thread German Pacenza
json-parse-string docstring seems to be truncated at 'which see': Parse the JSON STRING into a Lisp value. This is essentially the reverse operation of ‘json-serialize’, which see. The returned ...