Fix a typo in the docs. (#314878, Guillaume Cottenceau)

2005-08-31  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions):
	Fix a typo in the docs.  (#314878, Guillaume Cottenceau)
This commit is contained in:
Matthias Clasen 2005-08-31 04:01:40 +00:00 committed by Matthias Clasen
parent e44e919113
commit 4713960f08
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions):
Fix a typo in the docs. (#314878, Guillaume Cottenceau)
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to

View File

@ -1,3 +1,8 @@
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions):
Fix a typo in the docs. (#314878, Guillaume Cottenceau)
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to

View File

@ -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
*