From 98ae6fd746f4e97f39832e000278668e349c0221 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 4 Apr 2014 01:25:14 -0400 Subject: [PATCH] docs: More uniform formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make all occurrences of hex in gdkcolor.c use “. --- gdk/gdkcolor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkcolor.c b/gdk/gdkcolor.c index 4b8527b7b2..43d0d91d9a 100644 --- a/gdk/gdkcolor.c +++ b/gdk/gdkcolor.c @@ -163,7 +163,7 @@ gdk_color_parse (const gchar *spec, * @color: a #GdkColor * * Returns a textual specification of @color in the hexadecimal - * form `#rrrrggggbbbb`, where `r`, `g` and `b` are hex digits + * form “\#rrrrggggbbbb” where “r”, “g” and “b” are hex digits * representing the red, green and blue components respectively. * * The returned string can be parsed by gdk_color_parse().