summaryrefslogtreecommitdiffstats
path: root/doc/canvas.n
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-22 23:01:33 (GMT)
committerhobbs <hobbs>1999-12-22 23:01:33 (GMT)
commitd5709a0bd11d8d2f0b50901058b0aba540904c30 (patch)
tree52bac6936a15552fad7f6a887f9f510d08fbea6a /doc/canvas.n
parent0251da8e4fe2b9bdea4900be99fad2b2a7298d5b (diff)
downloadtk-d5709a0bd11d8d2f0b50901058b0aba540904c30.zip
tk-d5709a0bd11d8d2f0b50901058b0aba540904c30.tar.gz
tk-d5709a0bd11d8d2f0b50901058b0aba540904c30.tar.bz2
minor doc fixescore_8_3_b1
Diffstat (limited to 'doc/canvas.n')
-rw-r--r--doc/canvas.n10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/canvas.n b/doc/canvas.n
index b960e7a..a07f507 100644
--- a/doc/canvas.n
+++ b/doc/canvas.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: canvas.n,v 1.4 1999/12/14 06:51:44 hobbs Exp $
+'\" RCS: @(#) $Id: canvas.n,v 1.5 1999/12/22 23:01:33 hobbs Exp $
'\"
.so man.macros
.TH canvas n 8.3 Tk "Tk Built-In Commands"
@@ -165,13 +165,13 @@ item or a tag that selects zero or more items.
\fItagOrId\fR may contain a logical expressions of
tags by using operators: '&&', '||', '^' '!', and parenthezised
subexpressions. For example:
-.nf
+.CS
.c find withtag {(a&&!b)|(!a&&b)}
-.fo
+.CE
or equivalently:
-.nf
+.CS
.c find withtag {a^b}
-.fo
+.CE
will find only those items with either "a" or "b" tags, but not both.
.PP
Some widget commands only operate on a single item at a