diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2016-05-30 17:51:41 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2016-05-30 17:51:41 +0300 |
commit | 89018f003aab01f934f1847dd3768b03494b7c6a (patch) | |
tree | db75658a74321a5d6beab607590ea99d5cf7f28b | |
parent | 845ee5773196461f3d2a0d4b964eaeb65ff63c28 (diff) | |
download | emacs-89018f003aab01f934f1847dd3768b03494b7c6a.tar.gz |
Fx the we->the typo
* doc/emacs/trouble.texi (Sending Patches):
Fix the typo (bug#23657).
-rw-r--r-- | doc/emacs/trouble.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 6f6071b446a..7a5defabf09 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 |