summaryrefslogtreecommitdiffstats
path: root/doc/options.n
diff options
context:
space:
mode:
authorpspjuth <peter.spjuth@gmail.com>2011-04-21 21:01:11 (GMT)
committerpspjuth <peter.spjuth@gmail.com>2011-04-21 21:01:11 (GMT)
commit8c2d7f6d86393ac9149aa1b2fcada1f52bfada55 (patch)
tree7a5e80c6680ec2c8361edfe1a3eabb9662357397 /doc/options.n
parent74320cd3d0975d9d84a7693f2cdd08a84c20d165 (diff)
downloadtk-8c2d7f6d86393ac9149aa1b2fcada1f52bfada55.zip
tk-8c2d7f6d86393ac9149aa1b2fcada1f52bfada55.tar.gz
tk-8c2d7f6d86393ac9149aa1b2fcada1f52bfada55.tar.bz2
Document all variable options as global.
Diffstat (limited to 'doc/options.n')
-rw-r--r--doc/options.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/options.n b/doc/options.n
index 42e54e3..c7e9ef3 100644
--- a/doc/options.n
+++ b/doc/options.n
@@ -285,7 +285,7 @@ Specifies a string to be displayed inside the widget. The way in which
the string is displayed depends on the particular widget and may be
determined by other options, such as \fBanchor\fR or \fBjustify\fR.
.OP \-textvariable textVariable Variable
-Specifies the name of a variable. The value of the variable is a text
+Specifies the name of a global variable. The value of the variable is a text
string to be displayed inside the widget; if the variable value changes
then the widget will automatically update itself to reflect the new value.
The way in which the string is displayed in the widget depends on the