all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Randy Taylor <dev@rjt.dev>
To: 70156@debbugs.gnu.org
Subject: bug#70156: [PATCH] ; * src/json.c (Fjson_insert): Fix typo in doc.
Date: Wed, 03 Apr 2024 01:38:57 +0000	[thread overview]
Message-ID: <2HB-K0M9mO6b3rXSeW3g-iF1q4-dn3nFAtTeiQJ5KRoXP2zFdSP0wQLZoxpcHhRiqnkvjlF4EO2HX6-PGbrNIcYCEyyhBb1tiXWibS_Wnrs=@rjt.dev> (raw)


[-- 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


             reply	other threads:[~2024-04-03  1:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-03  1:38 Randy Taylor [this message]
2024-04-03  2:38 ` bug#70156: [PATCH] ; * src/json.c (Fjson_insert): Fix typo in doc Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='2HB-K0M9mO6b3rXSeW3g-iF1q4-dn3nFAtTeiQJ5KRoXP2zFdSP0wQLZoxpcHhRiqnkvjlF4EO2HX6-PGbrNIcYCEyyhBb1tiXWibS_Wnrs=@rjt.dev' \
    --to=dev@rjt.dev \
    --cc=70156@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.