Update description of border()

This commit is contained in:
Andrew M. Kuchling 2001-10-20 16:07:41 +00:00
parent 16e65a023e
commit 9dbc0bcf9d
1 changed files with 2 additions and 3 deletions

View File

@ -610,9 +610,8 @@ operations.
bl\optional{, br}}}}}}}}} bl\optional{, br}}}}}}}}}
Draw a border around the edges of the window. Each parameter specifies Draw a border around the edges of the window. Each parameter specifies
the character to use for a specific part of the border; see the table the character to use for a specific part of the border; see the table
below for more details. The characters must be specified as integers; below for more details. The characters can be specified as integers
using one-character strings will cause \exception{TypeError} to be or as one-character strings.
raised.
\note{A \code{0} value for any parameter will cause the \note{A \code{0} value for any parameter will cause the
default character to be used for that parameter. Keyword parameters default character to be used for that parameter. Keyword parameters