[Python-checkins] CVS: python/dist/src/Doc/mac toolbox.tex,1.2,1.3

Fred L. Drake fdrake@users.sourceforge.net
Thu, 10 May 2001 15:37:41 -0700


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory usw-pr-cvs1:/tmp/cvs-serv11738/mac

Modified Files:
	toolbox.tex 
Log Message:

Write a better synopsis for the Scrap module, and provide a link to
useful documentation on the Scrap Manager.


Index: toolbox.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/toolbox.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** toolbox.tex	2001/04/13 17:37:00	1.2
--- toolbox.tex	2001/05/10 22:37:38	1.3
***************
*** 94,98 ****
  \declaremodule{standard}{Scrap}
    \platform{Mac}
! \modulesynopsis{Interface to the Scrap Manager}
  
  
--- 94,106 ----
  \declaremodule{standard}{Scrap}
    \platform{Mac}
! \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}