diff options
Diffstat (limited to 'doc/GetUid.3')
-rw-r--r-- | doc/GetUid.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/GetUid.3 b/doc/GetUid.3 index 8865fc7..32d4cbf 100644 --- a/doc/GetUid.3 +++ b/doc/GetUid.3 @@ -29,7 +29,8 @@ to \fIstring\fR. Unique identifiers are similar to atoms in Lisp, and are used in Tk to speed up comparisons and searches. A unique identifier (type Tk_Uid) is a string pointer -and may be used anywhere that a variable of type ``char *'' +and may be used anywhere that a variable of type +.QW "char *" could be used. However, there is guaranteed to be exactly one unique identifier for any given string value. If \fBTk_GetUid\fR is called twice, once with string \fIa\fR and once with string |