summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 3f0c98d3..614d6406 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -627,7 +627,9 @@ compute_distance (const PangoFontDescription *a,
* Determines if the style attributes of @new_match are a closer match
* for @desc than @old_match, or if @old_match is %NULL, determines if
* @new_match is a match at all. Approximate matching is done for
- * weight and style; other attributes must match exactly.
+ * weight and style; other style attributes must match exactly.
+ * Style attributes are all attributes other than family and size-related
+ * attributes.
*
* Return value: %TRUE if @new_match is a better match
**/