summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/styleguide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/styleguide.txt b/doc/styleguide.txt
index 85e1fbb4..4dbd5732 100644
--- a/doc/styleguide.txt
+++ b/doc/styleguide.txt
@@ -40,7 +40,7 @@ than [ ... ] && [ ... ], and in general [[ ]] has more features.
Line wrapping
-------------
-Try to wrap lines at 72 characters. Never go past this limit, unless
+Try to wrap lines at 79 characters. Never go past this limit, unless
you absolutely need to (example: a long sed regular expression, or the
like). This also holds true for the documentation and the testsuite.
Other files, like ChangeLog, or COPYING, are exempt from this rule.