Index: collects/mysterx/scribblings/methprop.scrbl =================================================================== --- collects/mysterx/scribblings/methprop.scrbl (revision 13234) +++ collects/mysterx/scribblings/methprop.scrbl (working copy) @@ -50,11 +50,9 @@ @deftogether[( -@defproc[(com-get-active-object-from-coclass [coclass string?] - [where (or/c (one-of/c 'local 'remote) string?) 'local]) +@defproc[(com-get-active-object-from-coclass [coclass string?]) com-object?] -@defproc[(gao/coclass [coclass string?] - [where (or/c (one-of/c 'local 'remote) string?) 'local]) +@defproc[(gao/coclass [coclass string?]) com-object?] )]{