diff options
author | Fred Drake <fdrake@acm.org> | 2003-09-05 14:01:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-09-05 14:01:15 (GMT) |
commit | 6a002cafa20bfe109602c4ec0d6930e72b9ccb2a (patch) | |
tree | b8b047da5ba953c4f55bee0270410713354f2eb2 /Doc/mac | |
parent | 911e571a1c0a5e52835a9dc5e770026463100770 (diff) | |
download | cpython-6a002cafa20bfe109602c4ec0d6930e72b9ccb2a.zip cpython-6a002cafa20bfe109602c4ec0d6930e72b9ccb2a.tar.gz cpython-6a002cafa20bfe109602c4ec0d6930e72b9ccb2a.tar.bz2 |
fix minor markup nits
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libmacfs.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/mac/libmacfs.tex b/Doc/mac/libmacfs.tex index a548fef..f6265ea 100644 --- a/Doc/mac/libmacfs.tex +++ b/Doc/mac/libmacfs.tex @@ -8,11 +8,11 @@ \deprecated{2.3}{The macfs module should be considered obsolete. For \class{FSSpec}, \class{FSRef} and \class{Alias} handling use the -Carbon.File or Carbon.Folder module. For file dialogs use the -\module{EasyDialogs} module.} +\module{Carbon.File} or \refmodule{Carbon.Folder} module. For file +dialogs use the \refmodule{EasyDialogs} module.} -This module provides access to Macintosh FSSpec handling, the Alias -Manager, \program{finder} aliases and the Standard File package. +This module provides access to Macintosh \class{FSSpec} handling, the +Alias Manager, \program{finder} aliases and the Standard File package. \index{Macintosh Alias Manager} \index{Alias Manager, Macintosh} \index{Standard File} @@ -95,13 +95,13 @@ a file in the folder, not the folder itself (the file need not exist, though). If no argument is passed the folder will be set to the current directory, i.e. what \function{os.getcwd()} returns. -Note that starting with system 7.5 the user can change Standard File +Note that starting with System 7.5 the user can change Standard File behaviour with the ``general controls'' control panel, thereby making this call inoperative. \end{funcdesc} \begin{funcdesc}{FindFolder}{where, which, create} -Locates one of the ``special'' folders that MacOS knows about, such as +Locates one of the ``special'' folders that Mac OS knows about, such as the trash or the Preferences folder. \var{where} is the disk to search, \var{which} is the 4-character string specifying which folder to locate. Setting \var{create} causes the folder to be created if it |