From 6d1469d2fbf0053042cca5edf2cb0a2ced325503 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Thu, 21 Aug 2014 20:37:08 +0000 Subject: [PATCH] Describe how to hard-wrap text in Emacs --- docs/SubmittingPatches | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/SubmittingPatches b/docs/SubmittingPatches index 8e9b9d9e94..16be7a2479 100644 --- a/docs/SubmittingPatches +++ b/docs/SubmittingPatches @@ -50,7 +50,8 @@ commit, perhaps your commit should be broken into smaller separate commits. The commit body can be longer and can consist of multiple paragraphs. -The text of the body should be hard wrapped to 68-72 characters. +The text of the body should be hard wrapped to 68-72 characters. (In +Emacs you can hard wrap text with `M-q`.) When writing the commit body, describe in detail the problem that your commit aims to solve, how your commit solves the problem, and any