Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a002ca

Browse files
committed
fix minor markup nits
1 parent 911e571 commit 6a002ca

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/mac/libmacfs.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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} ---
9595
though). If no argument is passed the folder will be set to the
9696
current 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
9999
behaviour with the ``general controls'' control panel, thereby making
100100
this 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
105105
the trash or the Preferences folder. \var{where} is the disk to
106106
search, \var{which} is the 4-character string specifying which folder to
107107
locate. Setting \var{create} causes the folder to be created if it

0 commit comments

Comments
 (0)