summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkaccellabel.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkaccellabel.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkaccellabel.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gtk/tmpl/gtkaccellabel.sgml b/docs/reference/gtk/tmpl/gtkaccellabel.sgml
index 91249a510..e907572ef 100644
--- a/docs/reference/gtk/tmpl/gtkaccellabel.sgml
+++ b/docs/reference/gtk/tmpl/gtkaccellabel.sgml
@@ -42,7 +42,7 @@ though it is almost always used to display just one accelerator key.
GtkWidget *save_item;
GtkAccelGroup *accel_group;
- /* Create a #GtkAccelGroup and add it to the window. */
+ /* Create a GtkAccelGroup and add it to the window. */
accel_group = gtk_accel_group_new (<!-- -->);
gtk_window_add_accel_group (GTK_WINDOW (window), accel_group);
@@ -152,6 +152,6 @@ accelerators are added or removed from the associated widget.
<!-- ##### ARG GtkAccelLabel:accel-widget ##### -->
<para>
-The widget whose accelerators are to be shown by the #GtkAccelLabel.
+
</para>