summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-07-01 16:19:05 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-07-01 16:19:05 (GMT)
commitc745902c52c6edf1e3d7705dd06c4c3b43d42ac2 (patch)
tree8372a07af4ec7f07d295ac7be1c710cd21f52fe2 /win
parentb68962bb72f123b7fd6128fd11cddcd6e3589839 (diff)
parent4bfa34abecbb264addf37af4d75caec8f4913163 (diff)
downloadtk-c745902c52c6edf1e3d7705dd06c4c3b43d42ac2.zip
tk-c745902c52c6edf1e3d7705dd06c4c3b43d42ac2.tar.gz
tk-c745902c52c6edf1e3d7705dd06c4c3b43d42ac2.tar.bz2
Fix documentation of Tk_GetSystemDefault(). Error in the man page was introduced in [20e9d21a], the comments in the source code were incorrect.
Diffstat (limited to 'win')
-rw-r--r--win/tkWinConfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinConfig.c b/win/tkWinConfig.c
index ab0bb5f..e2f8ac1 100644
--- a/win/tkWinConfig.c
+++ b/win/tkWinConfig.c
@@ -22,7 +22,7 @@
* string representation of the option.
*
* Results:
- * Returns a Tk_Uid that is the string identifier that identifies this
+ * Returns a Tcl_Obj* with the string identifier that identifies this
* option. Returns NULL if there are no system defaults that match this
* pair.
*