From f858f8e03b650e1269657a208042ebaf84fe31a1 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sat, 31 Oct 2009 16:53:18 -0500 Subject: [PATCH] tools.deprecation is always loaded now; no need to waffle in the docs --- basis/tools/deprecation/deprecation-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/deprecation/deprecation-docs.factor b/basis/tools/deprecation/deprecation-docs.factor index fb3df736f4..a7390010d0 100644 --- a/basis/tools/deprecation/deprecation-docs.factor +++ b/basis/tools/deprecation/deprecation-docs.factor @@ -6,7 +6,7 @@ HELP: :deprecations { $description "Prints all deprecation notes." } ; ARTICLE: "tools.deprecation" "Deprecation tracking" -"Factor's core syntax defines a " { $link POSTPONE: deprecated } " word that can be applied to words to mark them as deprecated. When the " { $vocab-link "tools.deprecation" } " vocabulary is loaded, notes will be collected and reported by the " { $link "tools.errors" } " mechanism when deprecated words are used to define other words." +"Factor's core syntax defines a " { $link POSTPONE: deprecated } " word that can be applied to words to mark them as deprecated. Notes are collected and reported by the " { $link "tools.errors" } " mechanism when deprecated words are used to define other words." { $subsections POSTPONE: deprecated :deprecations