]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/game/input/input-docs.factor
update docs for help.lint checks.
[factor.git] / basis / game / input / input-docs.factor
index 1ea5dcc65098c334b9ac82bc873bf1a2fad8ea91..078721937f7b5fb6ae934bd18a245c04f4a0dd56 100644 (file)
@@ -176,10 +176,10 @@ HELP: buttons-delta-as
 { button-delta buttons-delta buttons-delta-as } related-words
 
 HELP: pressed
-{ $class-description "This symbol is returned by " { $link button-delta } " or " { $link buttons-delta } " to represent a button or key being pressed between two samples of its state." } ;
+{ $description "This symbol is returned by " { $link button-delta } " or " { $link buttons-delta } " to represent a button or key being pressed between two samples of its state." } ;
 
 HELP: released
-{ $class-description "This symbol is returned by " { $link button-delta } " or " { $link buttons-delta } " to represent a button or key being released between two samples of its state." } ;
+{ $description "This symbol is returned by " { $link button-delta } " or " { $link buttons-delta } " to represent a button or key being released between two samples of its state." } ;
 
 { pressed released } related-words