From: Michael Stapelberg Date: Mon, 27 Jul 2015 20:33:03 +0000 (+0200) Subject: Make line continuation userguide entry more verbose. X-Git-Tag: 4.11~73 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c8b4303effbed8a8116302338e117c5c4e299e79;p=i3%2Fi3 Make line continuation userguide entry more verbose. --- diff --git a/docs/userguide b/docs/userguide index 7924560d..e2155381 100644 --- a/docs/userguide +++ b/docs/userguide @@ -1082,8 +1082,9 @@ show_marks yes === Line continuation -Config files support line continuation, which is indicated by \ before the -new line character. +Config files support line continuation, meaning when you end a line in a +backslash character (`\`), the line-break will be ignored by the parser. This +feature can be used to create more readable configuration files. *Examples*: -------------------