diff --git a/doc/en/Gtk/ListStore.xml b/doc/en/Gtk/ListStore.xml
index 328567647..1c5866883 100644
--- a/doc/en/Gtk/ListStore.xml
+++ b/doc/en/Gtk/ListStore.xml
@@ -1552,9 +1552,9 @@ The above example creates a new three columns list store. The types of the colum
- Returns a for the current instance.
+ Returns a for the current instance. The enumerated items are object arrays containing the column values for each row.
- a
+ A enumerating items of type [].
If the elements of the current instance are modified while an enumeration is in progress, a call to or throws .
@@ -1582,4 +1582,4 @@ The above example creates a new three columns list store. The types of the colum
-
+
\ No newline at end of file
diff --git a/doc/en/Gtk/Notebook.xml b/doc/en/Gtk/Notebook.xml
index 68f8499a2..6caba92d1 100644
--- a/doc/en/Gtk/Notebook.xml
+++ b/doc/en/Gtk/Notebook.xml
@@ -1088,7 +1088,7 @@ Don't forget to call the Show method on the widget or else the new page will not
Appends a page.
The to use as the contents of the page.
The to be used as the label for the page, or to use the default label, 'page N'.
- a
+ A specifying the index (starting from 0) of the appended page in the notebook, or -1 if the method fails.
Appends a page to notebook. The tab widget is the and the content is .
@@ -1342,4 +1342,4 @@ Don't forget to call the Show method on the widget or else the new page will not
-
+
\ No newline at end of file