summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-06-21 23:22:24 (GMT)
committerhobbs <hobbs>2002-06-21 23:22:24 (GMT)
commit8eb7ac8c2d136c16c0aa3f118cd91588bf9e9f4b (patch)
treedfad1765523b3f254ad570e1a951111b6e5d4c39 /doc/text.n
parenta0edbf3ca6fa387b4197db27447f16b9c4bb58ab (diff)
downloadtk-8eb7ac8c2d136c16c0aa3f118cd91588bf9e9f4b.zip
tk-8eb7ac8c2d136c16c0aa3f118cd91588bf9e9f4b.tar.gz
tk-8eb7ac8c2d136c16c0aa3f118cd91588bf9e9f4b.tar.bz2
added 8.4 version marker to -maxundo
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/text.n b/doc/text.n
index 31c49a5..e6d2267 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: text.n,v 1.12 2002/06/21 23:09:55 hobbs Exp $
+'\" RCS: @(#) $Id: text.n,v 1.13 2002/06/21 23:22:24 hobbs Exp $
'\"
.so man.macros
.TH text n 4.0 Tk "Tk Built-In Commands"
@@ -43,8 +43,10 @@ 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.
.OP \-maxundo maxUndo MaxUndo
+.VS 8.4
Specifies the maximum number of compound undo actions on the undo
stack. A zero or a negative value imply an unlimited undo stack.
+.VE 8.4
.OP \-spacing1 spacing1 Spacing1
Requests additional space above each text line in the widget,
using any of the standard forms for screen distances.