factor/library/help/commands.factor

7 lines
293 B
Factor
Raw Permalink Normal View History

2005-12-28 20:25:17 -05:00
IN: help
USING: gadgets-listener gadgets-presentations words ;
2006-01-13 20:13:14 -05:00
"Show word documentation" [ word? ] [ help ] \ in-browser define-default-command
2005-12-28 20:25:17 -05:00
"Show term definition" [ term? ] [ help ] \ in-browser define-default-command
"Show article" [ link? ] [ help ] \ in-browser define-default-command