]> granicus.if.org Git - python/commitdiff
Write a better synopsis for the Scrap module, and provide a link to
authorFred Drake <fdrake@acm.org>
Thu, 10 May 2001 22:37:38 +0000 (22:37 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 10 May 2001 22:37:38 +0000 (22:37 +0000)
useful documentation on the Scrap Manager.

Doc/mac/toolbox.tex

index d497d0badf1aaf23f0295b24cbc75111b76048ae..9f48566a24bf2a37aa3f679cf25ace468e8540c7 100644 (file)
@@ -93,7 +93,15 @@ in touch with \email{python-docs@python.org}.
 \section{\module{Scrap} --- Scrap Manager}
 \declaremodule{standard}{Scrap}
   \platform{Mac}
-\modulesynopsis{Interface to the Scrap Manager}
+\modulesynopsis{The Scrap Manager provides basic services for
+                implementing cut \&\ paste and clipboard operations.}
+
+\begin{seealso}
+  \seetitle[http://developer.apple.com/techpubs/mac/MoreToolbox/MoreToolbox-109.html]{Scrap
+            Manager}{Apple's documentation for the Scrap Manager gives
+            a lot of useful information about using the Scrap Manager
+            in applications.}
+\end{seealso}
 
 
 \section{\module{Snd} --- Sound Manager}