]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/json.c (Fjson_insert): Fix typo in doc (bug#70156).
authorRandy Taylor <dev@rjt.dev>
Wed, 3 Apr 2024 01:29:55 +0000 (21:29 -0400)
committerEshel Yaron <me@eshelyaron.com>
Wed, 3 Apr 2024 06:49:20 +0000 (08:49 +0200)
(cherry picked from commit 7563d571463838970418fca1f81237c389c258b1)

src/json.c

index b4ea84206fea6107c36da6d39781cadfcf1c6ed2..3c4d90d8d0ae38a99a4dfdc38e6982a90e5003e5 100644 (file)
@@ -637,7 +637,7 @@ 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, and as UTF-8 byte sequencess into
+themselves into multibyte buffers, and as UTF-8 byte sequences into
 unibyte buffers.
 See the function `json-serialize' for allowed values of OBJECT and ARGS.
 usage: (json-insert OBJECT &rest ARGS)  */)