]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/backend/gtk/gtk-docs.factor
docs: Fix help-lint-all mistakes.
[factor.git] / basis / ui / backend / gtk / gtk-docs.factor
index 83e214dd4f5e304403c34156d1acc4ae78230eea..2e436341cb5418fb16b6abe3e59c04abb77cb550 100644 (file)
@@ -12,14 +12,14 @@ HELP: icon-data
 
 HELP: key-sym
 { $values
-  { "event" GdkEventKey }
-  { "sym/f" { $maybe string } }
+  { "keyval" GdkEventKey }
+  { "string/f" { $maybe string } }
   { "action?" boolean }
 } { $description "Gets the key symbol and action indicator from a " { $link GdkEventKey } " struct. If 'action?' is " { $link t } ", then the key is one of the special keys in " { $link codes } "." } ;
 
 HELP: on-configure
 { $values
-  { "win" alien }
+  { "window" alien }
   { "event" alien }
   { "user-data" alien }
   { "?" boolean }