summaryrefslogtreecommitdiffstats
path: root/doc/photo.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-03-14 10:19:40 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-03-14 10:19:40 (GMT)
commit8e76029e6a388b7b540e35e72f4c7926e53c7827 (patch)
tree2c0fa0340bbdfd8d0f69c0859f62f87de9a815b2 /doc/photo.n
parent1060bf49c769aa05a31a6c8a5970d3640d01dfdd (diff)
downloadtk-8e76029e6a388b7b540e35e72f4c7926e53c7827.zip
tk-8e76029e6a388b7b540e35e72f4c7926e53c7827.tar.gz
tk-8e76029e6a388b7b540e35e72f4c7926e53c7827.tar.bz2
Typo fix
Diffstat (limited to 'doc/photo.n')
-rw-r--r--doc/photo.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/photo.n b/doc/photo.n
index 80b12b9..5e16f92 100644
--- a/doc/photo.n
+++ b/doc/photo.n
@@ -9,7 +9,7 @@
'\" Department of Computer Science,
'\" Australian National University.
'\"
-'\" RCS: @(#) $Id: photo.n,v 1.9 2002/03/02 23:37:13 hobbs Exp $
+'\" RCS: @(#) $Id: photo.n,v 1.10 2002/03/14 10:19:40 dkf Exp $
'\"
.so man.macros
.TH photo n 4.0 Tk "Tk Built-In Commands"
@@ -321,7 +321,7 @@ the photo image. Several subcommands are available:
\fIimageName \fBtransparency get \fIx y\fR
Returns a boolean indicating if the pixel at (\fIx\fR,\fIy\fR) is
transparent.
-\fIimageName \fBtransparency get \fIx y boolean\fR
+\fIimageName \fBtransparency set \fIx y boolean\fR
Makes the pixel at (\fIx\fR,\fIy\fR) transparent if \fIboolean\fR is
true, and makes that pixel opaque otherwise.
.RE