summaryrefslogtreecommitdiffstats
path: root/doc/clipboard.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-07-04 01:09:47 (GMT)
committerhobbs <hobbs>2002-07-04 01:09:47 (GMT)
commitb47c1158e18dad5cf695845a95254bc2bc3204b9 (patch)
treec9918a004f7b9dc4374839b3b88489657d3b419b /doc/clipboard.n
parentdb41304fca0506a7bbdd9bf67f61854ff0d3f472 (diff)
downloadtk-b47c1158e18dad5cf695845a95254bc2bc3204b9.zip
tk-b47c1158e18dad5cf695845a95254bc2bc3204b9.tar.gz
tk-b47c1158e18dad5cf695845a95254bc2bc3204b9.tar.bz2
minor doc clarification (lester)
Diffstat (limited to 'doc/clipboard.n')
-rw-r--r--doc/clipboard.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/clipboard.n b/doc/clipboard.n
index 4efa208..f36a219 100644
--- a/doc/clipboard.n
+++ b/doc/clipboard.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: clipboard.n,v 1.4 2001/06/04 03:15:20 hobbs Exp $
+'\" RCS: @(#) $Id: clipboard.n,v 1.5 2002/07/04 01:09:47 hobbs Exp $
'\"
.so man.macros
.TH clipboard n 8.4 Tk "Tk Built-In Commands"
@@ -20,7 +20,8 @@ clipboard \- Manipulate Tk clipboard
.SH DESCRIPTION
.PP
This command provides a Tcl interface to the Tk clipboard,
-which stores data for later retrieval using the selection mechanism.
+which stores data for later retrieval using the selection mechanism
+(via the \fB-selection CLIPBOARD\fR option).
In order to copy data into the clipboard, \fBclipboard clear\fR must
be called, followed by a sequence of one or more calls to \fBclipboard
append\fR. To ensure that the clipboard is updated atomically, all