summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/text_widget.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-12-20 23:44:19 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-12-20 23:44:19 +0000
commit237a59fce92a90c5b1f7819e3418872561504210 (patch)
tree648ba78fc6bfbf225ceab603931c66c18d169d6c /docs/reference/gtk/text_widget.sgml
parentcd7243dfbad70218b9520f4106e904df12efcba3 (diff)
downloadgtk+-237a59fce92a90c5b1f7819e3418872561504210.tar.gz
Forgotten files.
Diffstat (limited to 'docs/reference/gtk/text_widget.sgml')
-rw-r--r--docs/reference/gtk/text_widget.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/text_widget.sgml b/docs/reference/gtk/text_widget.sgml
index 3c785254a3..64168b0cf9 100644
--- a/docs/reference/gtk/text_widget.sgml
+++ b/docs/reference/gtk/text_widget.sgml
@@ -60,7 +60,7 @@ is convenient if you're creating tags on-the-fly).
<para>
Most text manipulation is accomplished with <firstterm>iterators</firstterm>,
represented by a <link linkend="GtkTextIter">GtkTextIter</link>. An iterator
-represents a position in the text buffer. <link
+represents a position between two characters in the text buffer. <link
linkend="GtkTextIter">GtkTextIter</link> is a struct designed to be allocated on
the stack; it's guaranteed to be copiable by value and never contain any
heap-allocated data. Iterators are not valid indefinitely; whenever the buffer