summaryrefslogtreecommitdiff
path: root/gtk/gtktextiter.c
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnu.org>2001-10-27 00:18:23 +0000
committerAnders Carlsson <andersca@src.gnome.org>2001-10-27 00:18:23 +0000
commit110970bfc687530cb3b0f3a19adc316d8574cc51 (patch)
treee538e33acfde4d6a13d817b0c6c144979ba0b13c /gtk/gtktextiter.c
parentac30b958c8ccd954b784a598b8080683929755d2 (diff)
downloadgdk-pixbuf-110970bfc687530cb3b0f3a19adc316d8574cc51.tar.gz
Fix docs to say previous instead of next.
2001-10-27 Anders Carlsson <andersca@gnu.org> * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): Fix docs to say previous instead of next. (gtk_text_iter_backward_word_start): Likewise. This fixes bug #62980.
Diffstat (limited to 'gtk/gtktextiter.c')
-rw-r--r--gtk/gtktextiter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextiter.c b/gtk/gtktextiter.c
index 3f497d111..bed04c1db 100644
--- a/gtk/gtktextiter.c
+++ b/gtk/gtktextiter.c
@@ -2987,7 +2987,7 @@ gtk_text_iter_forward_word_end (GtkTextIter *iter)
* gtk_text_iter_backward_word_start:
* @iter: a #GtkTextIter
*
- * Moves backward to the next word start. (If @iter is currently on a
+ * Moves backward to the previous word start. (If @iter is currently on a
* word start, moves backward to the next one after that.) Word breaks
* are determined by Pango and should be correct for nearly any
* language (if not, the correct fix would be to the Pango word break
@@ -3201,7 +3201,7 @@ gtk_text_iter_forward_sentence_end (GtkTextIter *iter)
* gtk_text_iter_backward_sentence_start:
* @iter: a #GtkTextIter
*
- * Moves backward to the next sentence start; if @iter is already at
+ * Moves backward to the previous sentence start; if @iter is already at
* the start of a sentence, moves backward to the next one. Sentence
* boundaries are determined by Pango and should be correct for nearly
* any language (if not, the correct fix would be to the Pango text