Update description of border()
This commit is contained in:
parent
16e65a023e
commit
9dbc0bcf9d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue