]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/buttons/buttons.factor
Fix comments to be ! not #!.
[factor.git] / basis / ui / gadgets / buttons / buttons.factor
index 36f7aa5ada0e3fd3f8f9e5a327e24bd83d808369..80e2bf3fe29523f58afed10a657872aced6b8f5b 100644 (file)
@@ -152,8 +152,8 @@ repeat-button H{
 } set-gestures
 
 : <repeat-button> ( label quot: ( button -- ) -- button )
-    #! Button that calls the quotation every 100ms as long as
-    #! the mouse is held down.
+    ! Button that calls the quotation every 100ms as long as
+    ! the mouse is held down.
     repeat-button new-button border-button-theme ;
 
 <PRIVATE