diff options
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r-- | pango/pango-layout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 7b32eeef..ebdea36a 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -1017,7 +1017,8 @@ pango_layout_get_alignment (PangoLayout *layout) * * Note that tabs and justification conflict with each other: * Justification will move content away from its tab-aligned - * positions. + * positions. The same is true for alignments other than + * %PANGO_ALIGN_LEFT. */ void pango_layout_set_tabs (PangoLayout *layout, |