diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-17 14:12:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-17 14:12:31 (GMT) |
commit | b78da332fa46eccc0f80d9ff10838e90ab223d65 (patch) | |
tree | 8dd89eb962f8d6c12c4ba8e8752291408581cf8b /Doc/mac | |
parent | a47bce54a6c89c3892a7f065e122390686fc9c31 (diff) | |
download | cpython-b78da332fa46eccc0f80d9ff10838e90ab223d65.zip cpython-b78da332fa46eccc0f80d9ff10838e90ab223d65.tar.gz cpython-b78da332fa46eccc0f80d9ff10838e90ab223d65.tar.bz2 |
Make the word "Module" in the section header start with an upper-case "M"
for all three modules described here.
Added a \label{} for each of the two modules missing it.
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libmacui.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/mac/libmacui.tex b/Doc/mac/libmacui.tex index 8e42e6a..c0478ac 100644 --- a/Doc/mac/libmacui.tex +++ b/Doc/mac/libmacui.tex @@ -1,4 +1,4 @@ -\section{Standard module \sectcode{EasyDialogs}} +\section{Standard Module \sectcode{EasyDialogs}} \label{module-EasyDialogs} \stmodindex{EasyDialogs} @@ -55,8 +55,9 @@ but windows that pop-up later (like a console window) may also result in crashes. -\section{Standard module \sectcode{FrameWork}} +\section{Standard Module \sectcode{FrameWork}} \stmodindex{FrameWork} +\label{module-FrameWork} The \code{FrameWork} module contains classes that together provide a framework for an interactive Macintosh application. The programmer @@ -342,8 +343,9 @@ Item number \var{item} was hit. You are responsible for redrawing toggle buttons, etc. \end{funcdesc} -\section{Standard module \sectcode{MiniAEFrame}} +\section{Standard Module \sectcode{MiniAEFrame}} \stmodindex{MiniAEFrame} +\label{module-MiniAEFrame} The module \var{MiniAEFrame} provides a framework for an application that can function as an OSA server, i.e. receive and process |