ui: Missed an entry in the top list that is in the bottom list.

db4
Doug Coleman 2014-07-16 02:32:14 -07:00
parent 57cdc841c3
commit b460563da3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ HELP: close-window
{ $description "Close the native window containing " { $snippet "gadget" } "." } ; { $description "Close the native window containing " { $snippet "gadget" } "." } ;
HELP: world-attributes HELP: world-attributes
{ $values { "world-class" class } { "title" string } { "status" gadget } { "gadgets" sequence } { "pixel-format-attributes" sequence } } { $values { "world-class" class } { "title" string } { "status" gadget } { "gadgets" sequence } { "pixel-format-attributes" sequence } { "window-controls" sequence } }
{ $class-description "Tuples of this class can be passed to " { $link open-window } " to control attributes of the window opened. The following attributes can be set:" } { $class-description "Tuples of this class can be passed to " { $link open-window } " to control attributes of the window opened. The following attributes can be set:" }
{ $list { $list
{ { $snippet "world-class" } " specifies the class of world to construct. " { $link world } " is the default." } { { $snippet "world-class" } " specifies the class of world to construct. " { $link world } " is the default." }