]> git.eshelyaron.com Git - emacs.git/commitdiff
Fx the we->the typo
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 30 May 2016 14:51:41 +0000 (17:51 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 30 May 2016 14:51:41 +0000 (17:51 +0300)
* doc/emacs/trouble.texi (Sending Patches):
Fix the typo (bug#23657).

doc/emacs/trouble.texi

index 6f6071b446a69cfba2fcbd9b9c6378ba54921712..7a5defabf093d374e1239206d555da659388f999 100644 (file)
@@ -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