diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:55:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:55:31 (GMT) |
commit | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (patch) | |
tree | b31bb7ae7e63ca3219475df2533dc298d06e34e6 /Doc/mac/libmacos.tex | |
parent | dfb658c3867260ae97a79f74df82a9278f319abb (diff) | |
download | cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.zip cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.tar.gz cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.tar.bz2 |
Adjusted to use the new \declaremodule \modulesynopsis \localmoduletable
macros.
Diffstat (limited to 'Doc/mac/libmacos.tex')
-rw-r--r-- | Doc/mac/libmacos.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/mac/libmacos.tex b/Doc/mac/libmacos.tex index e634772..7aa4104 100644 --- a/Doc/mac/libmacos.tex +++ b/Doc/mac/libmacos.tex @@ -1,6 +1,8 @@ \section{Built-in Module \module{MacOS}} -\label{module-MacOS} -\bimodindex{MacOS} +\declaremodule{builtin}{MacOS} + +\modulesynopsis{Access to MacOS specific interpreter features.} + This module provides access to MacOS specific functionality in the |