diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-14 04:59:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-14 04:59:12 (GMT) |
commit | 8f6ca1518a42128b5f49334ecc0da837e98de2f6 (patch) | |
tree | 969bc7314c064cc16777b10e5e2299893e07e6c2 /Doc/mac | |
parent | eab58af841166b2bc89d9690cc04545607225604 (diff) | |
download | cpython-8f6ca1518a42128b5f49334ecc0da837e98de2f6.zip cpython-8f6ca1518a42128b5f49334ecc0da837e98de2f6.tar.gz cpython-8f6ca1518a42128b5f49334ecc0da837e98de2f6.tar.bz2 |
Chris Barker <cbarker@jps.net>:
Small fixes.
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libmacostools.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/libmacostools.tex b/Doc/mac/libmacostools.tex index 797af26..5713a95 100644 --- a/Doc/mac/libmacostools.tex +++ b/Doc/mac/libmacostools.tex @@ -39,7 +39,7 @@ specified as pathnames or \pytype{FSSpec} objects. \begin{funcdesc}{touched}{dst} 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 +pathname or fsspec. This call should tell the finder to redraw the files icon. \end{funcdesc} @@ -79,7 +79,7 @@ in the correct application. \begin{funcdesc}{Print}{file} 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. +the print command in the finder's file menu. \end{funcdesc} \begin{funcdesc}{copy}{file, destdir} |