Skip to content

Commit

Permalink
help.topics: make wrappers unwrap into links.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Oct 24, 2014
1 parent a3fe45e commit c067089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion basis/help/topics/topics.factor
Expand Up @@ -17,6 +17,7 @@ INSTANCE: word topic

GENERIC: >link ( obj -- obj )
M: link >link ;
M: wrapper >link wrapped>> >link ;
M: vocab-spec >link ;
M: object >link link boa ;
M: f >link drop \ f >link ;
Expand All @@ -33,7 +34,7 @@ M: link summary
SYMBOL: articles

articles [ H{ } clone ] initialize

SYMBOL: article-xref

article-xref [ H{ } clone ] initialize
Expand Down

0 comments on commit c067089

Please sign in to comment.