]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/help.factor
Merge branch 'master' into new_ui
[factor.git] / basis / help / help.factor
index eb533af3999c9a68f644e11cecb19e7e59990193..27a81f9948b1eb50ac1bf05c1cfef40dcdc649d4 100644 (file)
@@ -122,7 +122,7 @@ M: word set-article-parent swap "help-parent" set-word-prop ;
 
 SYMBOL: help-hook
 
-help-hook global [ [ print-topic ] or ] change-at
+help-hook [ [ print-topic ] ] initialize
 
 : help ( topic -- )
     help-hook get call( topic -- ) ;