[gtk+] docs: fix spurious list close tag



commit dcd43cc77ab2195251beaeeda9e6fccf1184642f
Author: William Jon McCann <william jon mccann gmail com>
Date:   Mon Feb 3 09:51:40 2014 -0500

    docs: fix spurious list close tag
    
    Missed by patch 30cc1512e

 gtk/gtklabel.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index a91c0ad..ab769f1 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -596,7 +596,6 @@ gtk_label_class_init (GtkLabelClass *class)
    * - Arrow keys move by individual characters/lines
    * - Ctrl-arrow key combinations move by words/paragraphs
    * - Home/End keys move to the ends of the buffer
-   * </itemizedlist>
    */
   signals[MOVE_CURSOR] = 
     g_signal_new (I_("move-cursor"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]