* bug#70156: [PATCH] ; * src/json.c (Fjson_insert): Fix typo in doc.
@ 2024-04-03 1:38 Randy Taylor
2024-04-03 2:38 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Randy Taylor @ 2024-04-03 1:38 UTC (permalink / raw)
To: 70156
[-- Attachment #1.1: Type: text/plain, Size: 19 bytes --]
See attached patch.
[-- Attachment #1.2: Type: text/html, Size: 453 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-src-json.c-Fjson_insert-Fix-typo-in-doc.patch --]
[-- Type: text/x-patch; name=0001-src-json.c-Fjson_insert-Fix-typo-in-doc.patch, Size: 973 bytes --]
From aae6d34b1980bcbd8fcc671466c62680354f02ea Mon Sep 17 00:00:00 2001
From: Randy Taylor <dev@rjt.dev>
Date: Tue, 2 Apr 2024 21:29:55 -0400
Subject: [PATCH] ; * src/json.c (Fjson_insert): Fix typo in doc.
---
src/json.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/json.c b/src/json.c
index b4ea84206fe..3c4d90d8d0a 100644
--- a/src/json.c
+++ b/src/json.c
@@ -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) */)
--
2.44.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#70156: [PATCH] ; * src/json.c (Fjson_insert): Fix typo in doc.
2024-04-03 1:38 bug#70156: [PATCH] ; * src/json.c (Fjson_insert): Fix typo in doc Randy Taylor
@ 2024-04-03 2:38 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-04-03 2:38 UTC (permalink / raw)
To: Randy Taylor; +Cc: 70156-done
> Date: Wed, 03 Apr 2024 01:38:57 +0000
> From: Randy Taylor <dev@rjt.dev>
>
> See attached patch.
Thanks, installed.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-03 2:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-03 1:38 bug#70156: [PATCH] ; * src/json.c (Fjson_insert): Fix typo in doc Randy Taylor
2024-04-03 2:38 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).