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/gtkprintoperation.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/gtkprintoperation.c')
-rw-r--r-- | gtk/gtkprintoperation.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index 06ffc7f135..60f2a93b88 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -1129,7 +1129,7 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class) * * The number of pages in the document. * - * This <emphasis>must</emphasis> be set to a positive number + * This must be set to a positive number * before the rendering starts. It may be set in a * #GtkPrintOperation::begin-print signal hander. * @@ -1600,7 +1600,7 @@ gtk_print_operation_set_job_name (GtkPrintOperation *op, * * Sets the number of pages in the document. * - * This <emphasis>must</emphasis> be set to a positive number + * This must be set to a positive number * before the rendering starts. It may be set in a * #GtkPrintOperation::begin-print signal hander. * |