From 4713960f083805bfbbfc06a76eeb72bee7ba3ef3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 31 Aug 2005 04:01:40 +0000 Subject: [PATCH] Fix a typo in the docs. (#314878, Guillaume Cottenceau) 2005-08-31 Matthias Clasen * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): Fix a typo in the docs. (#314878, Guillaume Cottenceau) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ gtk/gtktextiter.c | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) 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 *