summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkstatusbar.c')
-rw-r--r--gtk/gtkstatusbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c
index 6d94eca0c2..b7aba0fdb9 100644
--- a/gtk/gtkstatusbar.c
+++ b/gtk/gtkstatusbar.c
@@ -53,7 +53,7 @@
* the top of the each bar's stack is the one that will currently be displayed.
*
* Any messages added to a statusbar's stack must specify a
- * <emphasis>context id</emphasis> that is used to uniquely identify
+ * context id that is used to uniquely identify
* the source of a message. This context id can be generated by
* gtk_statusbar_get_context_id(), given a message and the statusbar that
* it will be added to. Note that messages are stored in a stack, and when
@@ -246,7 +246,7 @@ gtk_statusbar_update (GtkStatusbar *statusbar,
*
* Returns a new context identifier, given a description
* of the actual context. Note that the description is
- * <emphasis>not</emphasis> shown in the UI.
+ * not shown in the UI.
*
* Returns: an integer id
*/