diff --git a/README b/README
index 9b14d7eb..d3c345b0 100644
--- a/README
+++ b/README
@@ -168,7 +168,7 @@ conky(1) conky(1)
Aligned position on screen, may be top_left, top_right, top_mid‐
dle, bottom_left, bottom_right, bottom_middle, middle_left, mid‐
dle_right, or none (also can be abreviated as tl, tr, tm, bl,
- br, bm, ml, mr)
+ br, bm, ml, mr). See also gap_x and gap_y.
[1mbackground[0m
@@ -263,11 +263,13 @@ conky(1) conky(1)
[1mgap_x [22mGap, in pixels, between right or left border of screen, same as
- passing -x at command line, e.g. gap_x 10
+ passing -x at command line, e.g. gap_x 10. For other position
+ related stuff, see 'alignment'.
- [1mgap_y [22mGap, in pixels, between top or bottom border of screen, same as
- passing -y at command line, e.g. gap_y 10.
+ [1mgap_y [22mGap, in pixels, between top or bottom border of screen, same as
+ passing -y at command line, e.g. gap_y 10. For other position
+ related stuff, see 'alignment'.
[1mif_up_strictness[0m
diff --git a/doc/config_settings.xml b/doc/config_settings.xml
index 840a9537..bc364063 100644
--- a/doc/config_settings.xml
+++ b/doc/config_settings.xml
@@ -9,7 +9,7 @@
- Aligned position on screen, may be top_left, top_right, top_middle, bottom_left, bottom_right, bottom_middle, middle_left, middle_right, or none (also can be abreviated as tl, tr, tm, bl, br, bm, ml, mr)
+ Aligned position on screen, may be top_left, top_right, top_middle, bottom_left, bottom_right, bottom_middle, middle_left, middle_right, or none (also can be abreviated as tl, tr, tm, bl, br, bm, ml, mr). See also gap_x and gap_y.
@@ -157,7 +157,7 @@
Gap, in pixels, between right or left border of screen, same as passing -x at command line,
- e.g. gap_x 10
+ e.g. gap_x 10. For other position related stuff, see 'alignment'.
@@ -165,7 +165,7 @@
Gap, in pixels, between top or bottom border of screen, same as passing -y at command line,
- e.g. gap_y 10.
+ e.g. gap_y 10. For other position related stuff, see 'alignment'.