aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/trouble.texi3
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.
1130Use @samp{diff -u} to make your diffs. Diffs without context are hard 1130Use @samp{diff -u} to make your diffs. Diffs without context are hard
1131to install reliably. More than that, they are hard to study; we must 1131to install reliably. More than that, they are hard to study; we must
1132always study a patch to decide whether we want to install it. Context 1132always study a patch to decide whether we want to install it. Context
1133format is better than contextless diffs, but we prefer we unified format. 1133format is better than contextless diffs, but we prefer the unified
1134format.
1134 1135
1135If you have GNU diff, use @samp{diff -u -F'^[_a-zA-Z0-9$]\+ *('} when 1136If you have GNU diff, use @samp{diff -u -F'^[_a-zA-Z0-9$]\+ *('} when
1136making diffs of C code. This shows the name of the function that each 1137making diffs of C code. This shows the name of the function that each