diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-04 07:23:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-04 07:23:21 (GMT) |
commit | 3a0351cf8556a20e5ccfb63ba0dbbdba79684063 (patch) | |
tree | 896e951360c60e9c545d350ed05cd18b34b394b3 /Doc/mac/libmacostools.tex | |
parent | e7957184d230b7eda9e7db942bc8f96e71a8c34b (diff) | |
download | cpython-3a0351cf8556a20e5ccfb63ba0dbbdba79684063.zip cpython-3a0351cf8556a20e5ccfb63ba0dbbdba79684063.tar.gz cpython-3a0351cf8556a20e5ccfb63ba0dbbdba79684063.tar.bz2 |
Remove all uses of \sectcode; we can now use logical markup everywhere.
Diffstat (limited to 'Doc/mac/libmacostools.tex')
-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 8475522..9586285 100644 --- a/Doc/mac/libmacostools.tex +++ b/Doc/mac/libmacostools.tex @@ -1,4 +1,4 @@ -\section{Standard Module \sectcode{macostools}} +\section{Standard Module \module{macostools}} \label{module-macostools} \stmodindex{macostools} @@ -47,7 +47,7 @@ Note that the process of creating finder aliases is not specified in the Apple documentation. Hence, aliases created with \function{mkalias()} could conceivably have incompatible behaviour in some cases. -\section{Standard Module \sectcode{findertools}} +\section{Standard Module \module{findertools}} \label{module-findertools} \stmodindex{findertools} |