diff --git a/collects/mysterx/scribblings/common.rkt b/collects/mysterx/scribblings/common.rkt index 940ed1be75..a104b57280 100644 --- a/collects/mysterx/scribblings/common.rkt +++ b/collects/mysterx/scribblings/common.rkt @@ -20,8 +20,8 @@ (list (make-background-color-property "yellow"))) content)) -(define (deprecated) - @para{@yellow{@bold{WARNING:}} All bindings in this section are scheduled for removal - after version 5.2.1.}) +(define (deprecated2) + @para{@yellow{@bold{WARNING:}} + All bindings in this section are scheduled for removal after version 5.2.1.}) diff --git a/collects/mysterx/scribblings/mysterx.scrbl b/collects/mysterx/scribblings/mysterx.scrbl index a444a95306..715c318833 100644 --- a/collects/mysterx/scribblings/mysterx.scrbl +++ b/collects/mysterx/scribblings/mysterx.scrbl @@ -10,10 +10,11 @@ component can be scripted in MysterX if it supports OLE Automation via the @tt{IDispatch} interface, and if it publishes type information using the @tt{ITypeInfo} interface. -@yellow{@bold{NOTE:}} MysterX is supported but depracated; use -@racketmodname[ffi/com] or @racketmodname[ffi/unsafe/com], instead. -MysterX formerly provided @as-index{ActiveX} -support, but ActiveX support has been discontinued. +@deprecated[(list @racketmodname[ffi/com] " or " @racketmodname[ffi/unsafe/com])]{ + MysterX formerly provided @as-index{ActiveX} support. We no longer support + the ActiveX functionality.} + +@;MysterX is supported but deprecated; MysterX formerly provided @as-index{ActiveX} support, but ActiveX support has been discontinued. @defmodule[mysterx]