racket/gui docs: use 'compact style for some itemizations

original commit: 3b669c3c826ed06aaffc36c7828c96153118f79d
This commit is contained in:
Matthew Flatt 2013-09-22 11:51:34 -06:00
parent 2935b5c48b
commit c10054b96a
2 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ Gets the virtual key code for the key event. The virtual key code is
either a character or a special key symbol, one of the following:
@itemize[
#:style 'compact
@item{@indexed-racket['start]}
@item{@indexed-racket['cancel]}
@item{@indexed-racket['clear]}

View File

@ -196,6 +196,7 @@ A key identifier can be either a character on the keyboard (e.g.,
special names are as follows:
@itemize[
#:style 'compact
@item{@litchar{leftbutton} (button down)}
@item{@litchar{rightbutton}}
@item{@litchar{middlebutton}}