emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 89018f0: Fx the we->the typo


From: Dmitry Gutov
Subject: [Emacs-diffs] emacs-25 89018f0: Fx the we->the typo
Date: Mon, 30 May 2016 14:51:50 +0000 (UTC)

branch: emacs-25
commit 89018f003aab01f934f1847dd3768b03494b7c6a
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Fx the we->the typo
    
    * doc/emacs/trouble.texi (Sending Patches):
    Fix the typo (bug#23657).
---
 doc/emacs/trouble.texi |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi
index 6f6071b..7a5defa 100644
--- a/doc/emacs/trouble.texi
+++ b/doc/emacs/trouble.texi
@@ -1130,7 +1130,8 @@ The patch itself.
 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]