diff options
author | Thomas Wouters <thomas@python.org> | 2001-06-27 11:57:51 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2001-06-27 11:57:51 (GMT) |
commit | cf32a6748684b8870470f30d543b31e845a79503 (patch) | |
tree | bac44dcc0b04718f77ca62354798939bc06263d7 | |
parent | c034fa1b6e7620d9624b9de1a357171970c330a0 (diff) | |
download | cpython-cf32a6748684b8870470f30d543b31e845a79503.zip cpython-cf32a6748684b8870470f30d543b31e845a79503.tar.gz cpython-cf32a6748684b8870470f30d543b31e845a79503.tar.bz2 |
Backport Fred's checkin 1.3:
Write a better synopsis for the Scrap module, and provide a link to
useful documentation on the Scrap Manager.
-rw-r--r-- | Doc/mac/toolbox.tex | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Doc/mac/toolbox.tex b/Doc/mac/toolbox.tex index d497d0b..9f48566 100644 --- a/Doc/mac/toolbox.tex +++ b/Doc/mac/toolbox.tex @@ -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} |