diff options
author | fvogel <fvogel@noemail.net> | 2012-05-17 18:44:02 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2012-05-17 18:44:02 (GMT) |
commit | a9f6aefe58ac3ef73ac9d3de1b5cc4b22177e673 (patch) | |
tree | 63aa3a3e6983ad066ba84be8c03cdc805af5a5f8 /doc | |
parent | 5668666cb48b5738cf6cfb74b80ae1240f5ea191 (diff) | |
download | tk-a9f6aefe58ac3ef73ac9d3de1b5cc4b22177e673.zip tk-a9f6aefe58ac3ef73ac9d3de1b5cc4b22177e673.tar.gz tk-a9f6aefe58ac3ef73ac9d3de1b5cc4b22177e673.tar.bz2 |
Bug 1630251: Documentation for -endline option was wrong
FossilOrigin-Name: a9354efea11c3564ac9bf140c8691c9afa48208d
Diffstat (limited to 'doc')
-rw-r--r-- | doc/text.n | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -40,8 +40,9 @@ should be drawn as a character-sized rectangular block. If false .VE 8.5 .OP \-endline endLine EndLine .VS 8.5 -Specifies an integer line index representing the last line of the -underlying textual data store that should be contained in the widget. +Specifies an integer line index representing the line of the underlying +textual data store that should be just after the last line contained in +the widget. This allows a text widget to reflect only a portion of a larger piece of text. Instead of an integer, the empty string can be provided to this configuration option, which will configure the widget to end |