[Python-checkins] CVS: python/dist/src/Doc/mac libmacostools.tex,1.12,1.13

Fred L. Drake python-dev@python.org
Fri, 13 Oct 2000 21:59:15 -0700


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19277

Modified Files:
	libmacostools.tex 
Log Message:

Chris Barker <cbarker@jps.net>:
Small fixes.


Index: libmacostools.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacostools.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** libmacostools.tex	1999/03/02 16:36:35	1.12
--- libmacostools.tex	2000/10/14 04:59:12	1.13
***************
*** 40,44 ****
  Tell the finder that some bits of finder-information such as creator
  or type for file \var{dst} has changed. The file can be specified by
! pathname or fsspec. This call should prod the finder into redrawing the
  files icon.
  \end{funcdesc}
--- 40,44 ----
  Tell the finder that some bits of finder-information such as creator
  or type for file \var{dst} has changed. The file can be specified by
! pathname or fsspec. This call should tell the finder to redraw the
  files icon.
  \end{funcdesc}
***************
*** 80,84 ****
  Tell the finder to print a file (again specified by full pathname or
  \pytype{FSSpec}). The behaviour is identical to selecting the file and using
! the print command in the finder.
  \end{funcdesc}
  
--- 80,84 ----
  Tell the finder to print a file (again specified by full pathname or
  \pytype{FSSpec}). The behaviour is identical to selecting the file and using
! the print command in the finder's file menu.
  \end{funcdesc}