summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-26 07:07:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-26 07:07:11 (GMT)
commit3d68ec991c54fcf2472aaf3b09fae7b6aa224254 (patch)
treed230a37bde1f110863450ee80feb0c0ff49955a2
parentd9a19eb86556ff35a008fd183edaedb37ca511a5 (diff)
parentdce38174a3c32aacb64f57b5873b3deae083d36f (diff)
downloadtk-3d68ec991c54fcf2472aaf3b09fae7b6aa224254.zip
tk-3d68ec991c54fcf2472aaf3b09fae7b6aa224254.tar.gz
tk-3d68ec991c54fcf2472aaf3b09fae7b6aa224254.tar.bz2
Merge 8.6
-rw-r--r--doc/SetOptions.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3
index 65fe8cd..0b58dc8 100644
--- a/doc/SetOptions.3
+++ b/doc/SetOptions.3
@@ -420,8 +420,8 @@ internal representation is set to zero.
The value must be standard relief such as \fBraised\fR.
The internal form is an integer relief value such as
\fBTK_RELIEF_RAISED\fR. This option type supports the \fBTK_OPTION_NULL_OK\fR
-flag; if the empty string is specified as the value for the option,
-the integer relief value is set to \fBTK_RELIEF_NULL\fR.
+flag; if a NULL value is set, the internal representation is set to
+\fBTK_RELIEF_NULL\fR.
.TP
\fBTK_OPTION_STRING\fR
The value may be any string. The internal form is a (char *) pointer