diff options
Diffstat (limited to 'doc/GetVisual.3')
-rw-r--r-- | doc/GetVisual.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/GetVisual.3 b/doc/GetVisual.3 index d0d95e8..fe3d50c 100644 --- a/doc/GetVisual.3 +++ b/doc/GetVisual.3 @@ -39,7 +39,7 @@ It returns a pointer to the X Visual structure for the visual and stores the number of bits per pixel for it at \fI*depthPtr\fR. If \fIstring\fR is unrecognizable or if no suitable visual could be found, then NULL is returned and \fBTk_GetVisual\fR leaves -an error message in \fIinterp->result\fR. +an error message in interpreter \fIinterp\fR's result. If \fIcolormap\fR is non-NULL then \fBTk_GetVisual\fR also locates an appropriate colormap for use with the result visual and stores its X identifier at \fI*colormapPtr\fR. |