small changes by Soren Larsen
diff --git a/Doc/mac/libmacconsole.tex b/Doc/mac/libmacconsole.tex
index 0be429b..2f60890 100644
--- a/Doc/mac/libmacconsole.tex
+++ b/Doc/mac/libmacconsole.tex
@@ -23,13 +23,13 @@
 \end{datadesc}
 
 \begin{funcdesc}{copen}{}
-Open a new console window. Returns a console window object.
+Open a new console window. Return a console window object.
 \end{funcdesc}
 
 \begin{funcdesc}{fopen}{fp}
 Return the console window object corresponding with the given file
-object. \var{Fp} should be one of \var{sys.stdin}, \var{sys.stdout} or
-\var{sys.stderr}.
+object. \var{fp} should be one of \code{sys.stdin}, \code{sys.stdout} or
+\code{sys.stderr}.
 \end{funcdesc}
 
 \subsection{macconsole options object}
@@ -57,8 +57,7 @@
 \end{datadesc}
 
 \begin{datadesc}{pause_atexit}
-If set non-zero, the window will wait for user action before closing
-the window.
+If set non-zero, the window will wait for user action before closing.
 \end{datadesc}
 
 \subsection{console window object}
@@ -88,13 +87,13 @@
 \end{funcdesc}
 
 \begin{funcdesc}{inverse}{onoff}
-Enable inverse-video mode: characters with the high bit set are
+Enable inverse-video mode:\ characters with the high bit set are
 displayed in inverse video (this disables the upper half of a
-non-ascii character set).
+non-\ASCII{} character set).
 \end{funcdesc}
 
 \begin{funcdesc}{gotoxy}{x\, y}
-Set the cursor to position \code{(x, y)}.
+Set the cursor to position \code{(\var{x}, \var{y})}.
 \end{funcdesc}
 
 \begin{funcdesc}{hide}{}