* bug#58822: [PATCH] ; * doc/emacs/text.texi (Quotation Marks): Typo fix.
@ 2022-10-27 20:52 Matt Armstrong
2022-10-27 21:16 ` Stefan Kangas
0 siblings, 1 reply; 5+ messages in thread
From: Matt Armstrong @ 2022-10-27 20:52 UTC (permalink / raw)
To: 58822
[-- Attachment #1: Type: text/plain, Size: 487 bytes --]
Tags: patch
This corrects a minor grammatical issue: "insert" -> "inserts".
In GNU Emacs 29.0.50 (build 8, x86_64-pc-linux-gnu, GTK+ Version
3.24.34, cairo version 1.16.0) of 2022-10-25 built on naz
Repository revision: 9d7ba2b1998afc3664c37d9d1b6f6ca2d68356e9
Repository branch: feature/noverlay
System Description: Debian GNU/Linux bookworm/sid
Configured using:
'configure 'CFLAGS=-Og -g3' 'CXXFLAGS=-Og -g3' --enable-checking=yes
--enable-check-lisp-object-type --with-pgtk'
[-- Attachment #2: 0001-doc-emacs-text.texi-Quotation-Marks-Typo-fix.patch --]
[-- Type: text/patch, Size: 950 bytes --]
From 3fffb3b3dea7f7f0dee10ae35c5f7623e9f92c3b Mon Sep 17 00:00:00 2001
From: Matt Armstrong <matt@rfc20.org>
Date: Thu, 27 Oct 2022 13:46:38 -0700
Subject: [PATCH] ; * doc/emacs/text.texi (Quotation Marks): Typo fix.
---
doc/emacs/text.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index 0f1c4da0c65..27abe5caaab 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -460,7 +460,7 @@ Quotation Marks
@vindex electric-quote-replace-double
You can also set the option @code{electric-quote-replace-double} to
-a non-@code{nil} value. Then, typing @kbd{"} insert an appropriate
+a non-@code{nil} value. Then, typing @kbd{"} inserts an appropriate
curved double quote depending on context: @t{“} at the beginning of
the buffer or after a line break, whitespace, opening parenthesis, or
quote character, and @t{”} otherwise.
--
2.35.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#58822: [PATCH] ; * doc/emacs/text.texi (Quotation Marks): Typo fix.
2022-10-27 20:52 bug#58822: [PATCH] ; * doc/emacs/text.texi (Quotation Marks): Typo fix Matt Armstrong
@ 2022-10-27 21:16 ` Stefan Kangas
2022-10-29 2:47 ` Matt Armstrong
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Kangas @ 2022-10-27 21:16 UTC (permalink / raw)
To: Matt Armstrong, 58822
Matt Armstrong <matt@rfc20.org> writes:
> This corrects a minor grammatical issue: "insert" -> "inserts".
LGTM, please install. You have push access, right?
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#58822: [PATCH] ; * doc/emacs/text.texi (Quotation Marks): Typo fix.
2022-10-27 21:16 ` Stefan Kangas
@ 2022-10-29 2:47 ` Matt Armstrong
2022-10-29 7:07 ` Stefan Kangas
2022-10-29 7:36 ` Eli Zaretskii
0 siblings, 2 replies; 5+ messages in thread
From: Matt Armstrong @ 2022-10-29 2:47 UTC (permalink / raw)
To: Stefan Kangas, 58822
Stefan Kangas <stefankangas@gmail.com> writes:
> Matt Armstrong <matt@rfc20.org> writes:
>
>> This corrects a minor grammatical issue: "insert" -> "inserts".
>
> LGTM, please install. You have push access, right?
Hi Stefan, no I don’t have push access. Shall I request membership in
the Emacs group on Savanna?
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#58822: [PATCH] ; * doc/emacs/text.texi (Quotation Marks): Typo fix.
2022-10-29 2:47 ` Matt Armstrong
@ 2022-10-29 7:07 ` Stefan Kangas
2022-10-29 7:36 ` Eli Zaretskii
1 sibling, 0 replies; 5+ messages in thread
From: Stefan Kangas @ 2022-10-29 7:07 UTC (permalink / raw)
To: Matt Armstrong, 58822
Matt Armstrong <matt@rfc20.org> writes:
> Hi Stefan, no I don’t have push access.
Oh, I thought I saw some commits made by you in "git log --format=full".
Perhaps they were pulled from an external branch?
> Shall I request membership in the Emacs group on Savanna?
That's the correct procedure to get access, yes.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#58822: [PATCH] ; * doc/emacs/text.texi (Quotation Marks): Typo fix.
2022-10-29 2:47 ` Matt Armstrong
2022-10-29 7:07 ` Stefan Kangas
@ 2022-10-29 7:36 ` Eli Zaretskii
1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2022-10-29 7:36 UTC (permalink / raw)
To: Matt Armstrong; +Cc: 58822-done, stefankangas
> From: Matt Armstrong <matt@rfc20.org>
> Date: Fri, 28 Oct 2022 19:47:15 -0700
>
> Stefan Kangas <stefankangas@gmail.com> writes:
>
> > Matt Armstrong <matt@rfc20.org> writes:
> >
> >> This corrects a minor grammatical issue: "insert" -> "inserts".
> >
> > LGTM, please install. You have push access, right?
>
> Hi Stefan, no I don’t have push access.
Thanks, I installed the fix on the release branch.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-10-29 7:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-27 20:52 bug#58822: [PATCH] ; * doc/emacs/text.texi (Quotation Marks): Typo fix Matt Armstrong
2022-10-27 21:16 ` Stefan Kangas
2022-10-29 2:47 ` Matt Armstrong
2022-10-29 7:07 ` Stefan Kangas
2022-10-29 7:36 ` 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).