]> git.sur5r.net Git - i3/i3/commitdiff
Make line continuation userguide entry more verbose.
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 27 Jul 2015 20:33:03 +0000 (22:33 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 27 Jul 2015 20:33:03 +0000 (22:33 +0200)
docs/userguide

index 7924560d8203aa1ff1d5d7ab4a5630c0403f1b1b..e21553815601c5bebd60c5793c22595afd6863f5 100644 (file)
@@ -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*:
 -------------------