]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/json.c (Fjson_insert): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Apr 2024 17:43:29 +0000 (20:43 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 3 Apr 2024 06:49:18 +0000 (08:49 +0200)
(cherry picked from commit 5eedf41b31ad8b471ffb430d26f15c66139ff7eb)

src/json.c

index 45dcdde98eaf087ea11a3560aff3244d21cd326d..b4ea84206fea6107c36da6d39781cadfcf1c6ed2 100644 (file)
@@ -637,7 +637,8 @@ DEFUN ("json-insert", Fjson_insert, Sjson_insert, 1, MANY,
        doc: /* Insert the JSON representation of OBJECT before point.
 This is the same as (insert (json-serialize OBJECT ...)), but potentially
 faster, and with the difference that Unicode characters are inserted as
-themselves into multibyte buffers, as UTF-8 bytes into unibyte buffers.
+themselves into multibyte buffers, and as UTF-8 byte sequencess into
+unibyte buffers.
 See the function `json-serialize' for allowed values of OBJECT and ARGS.
 usage: (json-insert OBJECT &rest ARGS)  */)
   (ptrdiff_t nargs, Lisp_Object *args)