diff options
author | fvogel <fvogelnew1@free.fr> | 2023-07-01 16:27:30 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2023-07-01 16:27:30 (GMT) |
commit | d42e87bee91b212383531bc052bf7699c1c83e09 (patch) | |
tree | 5864a109c62e52de5686cb714916e0f55076a579 /win | |
parent | 8757c76d0e4d9a8ce41a1f2f1b0e0ac360147010 (diff) | |
download | tk-d42e87bee91b212383531bc052bf7699c1c83e09.zip tk-d42e87bee91b212383531bc052bf7699c1c83e09.tar.gz tk-d42e87bee91b212383531bc052bf7699c1c83e09.tar.bz2 |
Fix documentation (comments) of TkpGetSystemDefault.
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinConfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinConfig.c b/win/tkWinConfig.c index aeb9405..f93975e 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. * |