@@ -8,11 +8,11 @@ \section{\module{macfs} ---
88
99\deprecated {2.3}{The macfs module should be considered obsolete. For
1010\class {FSSpec}, \class {FSRef} and \class {Alias} handling use the
11- Carbon.File or Carbon.Folder module. For file dialogs use the
12- \module {EasyDialogs} module.}
11+ \module { Carbon.File} or \refmodule { Carbon.Folder} module. For file
12+ dialogs use the \refmodule {EasyDialogs} module.}
1313
14- This module provides access to Macintosh FSSpec handling, the Alias
15- Manager, \program {finder} aliases and the Standard File package.
14+ This module provides access to Macintosh \class { FSSpec} handling, the
15+ Alias Manager, \program {finder} aliases and the Standard File package.
1616\index {Macintosh Alias Manager}
1717\index {Alias Manager, Macintosh}
1818\index {Standard File}
@@ -95,13 +95,13 @@ \section{\module{macfs} ---
9595though). If no argument is passed the folder will be set to the
9696current directory, i.e. what \function {os.getcwd()} returns.
9797
98- Note that starting with system 7.5 the user can change Standard File
98+ Note that starting with System 7.5 the user can change Standard File
9999behaviour with the `` general controls'' control panel, thereby making
100100this call inoperative.
101101\end {funcdesc }
102102
103103\begin {funcdesc }{FindFolder}{where, which, create}
104- Locates one of the `` special'' folders that MacOS knows about, such as
104+ Locates one of the `` special'' folders that Mac OS knows about, such as
105105the trash or the Preferences folder. \var {where} is the disk to
106106search, \var {which} is the 4-character string specifying which folder to
107107locate. Setting \var {create} causes the folder to be created if it
0 commit comments