summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-28 01:54:48 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-28 02:02:05 -0500
commit2d003553e89f417263806eac9814397a0dc151c6 (patch)
tree2696c66abdaae27ef116361e28c7bd67f3867765 /gtk/gtktreeview.c
parent5d053e03a9b9164d96e7b4645b94090be0412307 (diff)
downloadgtk+-2d003553e89f417263806eac9814397a0dc151c6.tar.gz
docs: don't use <emphasis>
It is a little heavy handed. The text can speak for itself.
Diffstat (limited to 'gtk/gtktreeview.c')
-rw-r--r--gtk/gtktreeview.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 6aef036525..a84454336c 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -11748,12 +11748,12 @@ gtk_tree_view_get_headers_clickable (GtkTreeView *tree_view)
* This function tells GTK+ that the user interface for your
* application requires users to read across tree rows and associate
* cells with one another. By default, GTK+ will then render the tree
- * with alternating row colors. Do <emphasis>not</emphasis> use it
+ * with alternating row colors. Do not use it
* just because you prefer the appearance of the ruled tree; that's a
* question for the theme. Some themes will draw tree rows in
* alternating colors even when rules are turned off, and users who
* prefer that appearance all the time can choose those themes. You
- * should call this function only as a <emphasis>semantic</emphasis>
+ * should call this function only as a semantic
* hint to the theme engine that your tree makes alternating colors
* useful from a functional standpoint (since it has lots of columns,
* generally).