summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pango/pango-color.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-color.c b/pango/pango-color.c
index 382dca18..e54eb0d3 100644
--- a/pango/pango-color.c
+++ b/pango/pango-color.c
@@ -212,7 +212,8 @@ hex (const char *spec,
*
* Fill in the fields of a color from a string specification. The
* string can either one of a large set of standard names. (Taken
- * from the X11 <filename>rgb.txt</filename> file), or it can be a hex value in the
+ * from the CSS <ulink url="http://dev.w3.org/csswg/css-color/#named-colors">specification</ulink>), or it can be a hexadecimal
+ * value in the
* form '&num;rgb' '&num;rrggbb' '&num;rrrgggbbb' or '&num;rrrrggggbbbb' where
* 'r', 'g' and 'b' are hex digits of the red, green, and blue
* components of the color, respectively. (White in the four