diff --git a/ChangeLog b/ChangeLog index 22e618392f..f16dfb7a35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-31 Matthias Clasen + + * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): + Fix a typo in the docs. (#314878, Guillaume Cottenceau) + 2005-08-30 Matthias Clasen * gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 22e618392f..f16dfb7a35 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-08-31 Matthias Clasen + + * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): + Fix a typo in the docs. (#314878, Guillaume Cottenceau) + 2005-08-30 Matthias Clasen * gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to diff --git a/gtk/gtktextiter.c b/gtk/gtktextiter.c index ffebb29688..b644e139cd 100644 --- a/gtk/gtktextiter.c +++ b/gtk/gtktextiter.c @@ -3737,7 +3737,7 @@ gtk_text_iter_forward_visible_cursor_positions (GtkTextIter *iter, * @count: number of positions to move * * Moves up to @count visible cursor positions. See - * gtk_text_iter_forward_cursor_position() for details. + * gtk_text_iter_backward_cursor_position() for details. * * Return value: %TRUE if we moved and the new position is dereferenceable *