summaryrefslogtreecommitdiffstats
path: root/Doc/mac/libframework.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-23 17:55:31 (GMT)
committerFred Drake <fdrake@acm.org>1998-07-23 17:55:31 (GMT)
commitfe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (patch)
treeb31bb7ae7e63ca3219475df2533dc298d06e34e6 /Doc/mac/libframework.tex
parentdfb658c3867260ae97a79f74df82a9278f319abb (diff)
downloadcpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.zip
cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.tar.gz
cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.tar.bz2
Adjusted to use the new \declaremodule \modulesynopsis \localmoduletable
macros.
Diffstat (limited to 'Doc/mac/libframework.tex')
-rw-r--r--Doc/mac/libframework.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/mac/libframework.tex b/Doc/mac/libframework.tex
index 5bd2e2a..e3151e8 100644
--- a/Doc/mac/libframework.tex
+++ b/Doc/mac/libframework.tex
@@ -1,6 +1,8 @@
\section{Standard Module \module{FrameWork}}
-\stmodindex{FrameWork}
-\label{module-FrameWork}
+\declaremodule{standard}{FrameWork}
+
+\modulesynopsis{Interactive application framework.}
+
The \module{FrameWork} module contains classes that together provide a
framework for an interactive Macintosh application. The programmer