diff options
Diffstat (limited to 'doc/emacs/trouble.texi')
-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 25f296e52c3..fbd13c8a58a 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -1133,7 +1133,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 |