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/libminiae.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/libminiae.tex')
-rw-r--r-- | Doc/mac/libminiae.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/mac/libminiae.tex b/Doc/mac/libminiae.tex index a1cd6f4..e72daf1 100644 --- a/Doc/mac/libminiae.tex +++ b/Doc/mac/libminiae.tex @@ -1,6 +1,9 @@ \section{Standard Module \module{MiniAEFrame}} -\stmodindex{MiniAEFrame} -\label{module-MiniAEFrame} +\declaremodule{standard}{MiniAEFrame} + +\modulesynopsis{Support to act as an Open Scripting Architecture (OSA) server +(``Apple Events'').} + The module \module{MiniAEFrame} provides a framework for an application that can function as an Open Scripting Architecture |