summaryrefslogtreecommitdiffstats
path: root/generic/tkTextBTree.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-02-06 18:13:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-02-06 18:13:48 (GMT)
commit13d19756cf0ce7e3255a5d4c9a5efdfae1bc95df (patch)
tree36babdf2ad07ce4891bd92635298bc51692c100f /generic/tkTextBTree.c
parent75fec0b8d45c2b2151e5337213b8f122e0d6f025 (diff)
parent6b00db07c84b661e9971e8aff1ae241138cea97f (diff)
downloadtk-13d19756cf0ce7e3255a5d4c9a5efdfae1bc95df.zip
tk-13d19756cf0ce7e3255a5d4c9a5efdfae1bc95df.tar.gz
tk-13d19756cf0ce7e3255a5d4c9a5efdfae1bc95df.tar.bz2
Merge bug fixes from fvogel's text-elided branch
Diffstat (limited to 'generic/tkTextBTree.c')
-rw-r--r--generic/tkTextBTree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkTextBTree.c b/generic/tkTextBTree.c
index a06d7e9..eaab652 100644
--- a/generic/tkTextBTree.c
+++ b/generic/tkTextBTree.c
@@ -1879,8 +1879,7 @@ TkBTreePreviousLine(
* number of pixels in the widget.
*
* Results:
- * The result is the index of linePtr within the tree, where 0
- * corresponds to the first line in the tree.
+ * The result is the pixel height of the top of the given line.
*
* Side effects:
* None.