Update doc to reflect Tim's changes to bool.

This commit is contained in:
Neal Norwitz 2002-04-05 02:21:09 +00:00
parent c334df5727
commit d3dab2b192
8 changed files with 28 additions and 27 deletions

View file

@ -211,7 +211,8 @@ If the option existed to be removed, return 1; otherwise return 0.
\begin{methoddesc}{remove_section}{section}
Remove the specified \var{section} from the configuration.
If the section in fact existed, return 1. Otherwise return 0.
If the section in fact existed, return \code{True}.
Otherwise return \code{False}.
\end{methoddesc}
\begin{methoddesc}{optionxform}{option}