tools.deprecation is always loaded now; no need to waffle in the docs

db4
Joe Groff 2009-10-31 16:53:18 -05:00
parent 91d12ddc22
commit f858f8e03b
1 changed files with 1 additions and 1 deletions

View File

@ -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