summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2012-05-28 20:46:02 (GMT)
committerfvogel <fvogel@noemail.net>2012-05-28 20:46:02 (GMT)
commit6937f38c9cb5b41b9c113b682aabc4b774dd3590 (patch)
treec1e0f698c81e99c2354c4b394561012033f63bb7
parent6dc57378e6398e93357bfb4245d5d0b235833bcb (diff)
downloadtk-6937f38c9cb5b41b9c113b682aabc4b774dd3590.zip
tk-6937f38c9cb5b41b9c113b682aabc4b774dd3590.tar.gz
tk-6937f38c9cb5b41b9c113b682aabc4b774dd3590.tar.bz2
Fixed merge error
FossilOrigin-Name: 5977704da38095f4e5d498abc2286c7d87f9f54b
-rw-r--r--doc/text.n2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/text.n b/doc/text.n
index 433c026..da16f9a 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -36,14 +36,12 @@ Specifies a boolean that says whether the blinking insertion cursor should be
drawn as a character-sized rectangular block. If false (the default) a thin
vertical line is used for the insertion cursor.
.OP \-endline endLine EndLine
-.VS 8.5
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 at the very last line in the textual data store.
-.VE 8.5
.OP \-height height Height
Specifies the desired height for the window, in units of characters in the
font given by the \fB\-font\fR option. Must be at least one.