From c0670893b3f027d5794ee61f19963edca542746f Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 23 Oct 2014 17:10:05 -0700 Subject: [PATCH] help.topics: make wrappers unwrap into links. --- basis/help/topics/topics.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basis/help/topics/topics.factor b/basis/help/topics/topics.factor index 322b92eee3f..995fcbca520 100644 --- a/basis/help/topics/topics.factor +++ b/basis/help/topics/topics.factor @@ -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 ; @@ -33,7 +34,7 @@ M: link summary SYMBOL: articles articles [ H{ } clone ] initialize - + SYMBOL: article-xref article-xref [ H{ } clone ] initialize