diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-28 01:54:48 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-28 02:02:05 -0500 |
commit | 2d003553e89f417263806eac9814397a0dc151c6 (patch) | |
tree | 2696c66abdaae27ef116361e28c7bd67f3867765 /gtk/gtkselection.c | |
parent | 5d053e03a9b9164d96e7b4645b94090be0412307 (diff) | |
download | gtk+-2d003553e89f417263806eac9814397a0dc151c6.tar.gz |
docs: don't use <emphasis>
It is a little heavy handed. The text can speak for itself.
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r-- | gtk/gtkselection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index 8a27909fe0..89f099f7aa 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -1296,7 +1296,7 @@ gtk_selection_data_get_display (const GtkSelectionData *selection_data) * @length: length of the data * * Stores new data into a #GtkSelectionData object. Should - * <emphasis>only</emphasis> be called from a selection handler callback. + * only be called from a selection handler callback. * Zero-terminates the stored data. **/ void |