diff options
Diffstat (limited to 'Doc/mac/libmacostools.tex')
-rw-r--r-- | Doc/mac/libmacostools.tex | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Doc/mac/libmacostools.tex b/Doc/mac/libmacostools.tex index 9586285..4930d70 100644 --- a/Doc/mac/libmacostools.tex +++ b/Doc/mac/libmacostools.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{macostools}} -\label{module-macostools} -\stmodindex{macostools} +\declaremodule{standard}{macostools} + +\modulesynopsis{Convenience routines for file manipulation.} + This module contains some convenience routines for file-manipulation on the Macintosh. @@ -48,8 +50,10 @@ the Apple documentation. Hence, aliases created with \function{mkalias()} could conceivably have incompatible behaviour in some cases. \section{Standard Module \module{findertools}} -\label{module-findertools} -\stmodindex{findertools} +\declaremodule{standard}{findertools} + +\modulesynopsis{Wrappers around the \program{finder}'s Apple Events interface.} + This module contains routines that give Python programs access to some functionality provided by the finder. They are implemented as wrappers |