(libformatter.tex): Document the flush() method on the writer.

This commit is contained in:
Fred Drake 1996-12-31 20:51:42 +00:00
parent 2823168c46
commit 591bbb1572
2 changed files with 8 additions and 0 deletions

View File

@ -216,6 +216,10 @@ application.
\renewcommand{\indexsubitem}{(writer object method)}
\begin{funcdesc}{flush}{}
Flush any buffered output or device control events.
\end{funcdesc}
\begin{funcdesc}{new_alignment}{align}
Set the alignment style. The \code{align} value can be any object,
but by convention is a string or \code{None}, where \code{None}

View File

@ -216,6 +216,10 @@ application.
\renewcommand{\indexsubitem}{(writer object method)}
\begin{funcdesc}{flush}{}
Flush any buffered output or device control events.
\end{funcdesc}
\begin{funcdesc}{new_alignment}{align}
Set the alignment style. The \code{align} value can be any object,
but by convention is a string or \code{None}, where \code{None}