bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23657: [PATCH] 25.0.94; Typo in "Sending Patches" node of the Emacs


From: N. Jackson
Subject: bug#23657: [PATCH] 25.0.94; Typo in "Sending Patches" node of the Emacs manual
Date: Mon, 30 May 2016 11:51:18 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (gnu/linux)

At 11:46 -0300 on Monday 2016-05-30, N. Jackson wrote:

> There is a typo in the node "54.5 Sending Patches for GNU Emacs" of the
> Emacs manual (info "(emacs) Sending Patches").
>
> Patch follows.

diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi
index 6f6071b..ae309ae 100644
--- a/doc/emacs/trouble.texi
+++ b/doc/emacs/trouble.texi
@@ -1130,7 +1130,7 @@ Sending Patches
 Use @samp{diff -u} to make your diffs.  Diffs without context are hard
 to install reliably.  More than that, they are hard to study; we must
 always study a patch to decide whether we want to install it.  Context
-format is better than contextless diffs, but we prefer we unified format.
+format is better than contextless diffs, but we prefer the unified format.
 
 If you have GNU diff, use @samp{diff -u -F'^[_a-zA-Z0-9$]\+ *('} when
 making diffs of C code.  This shows the name of the function that each

reply via email to

[Prev in Thread] Current Thread [Next in Thread]