Handbook
Glossary
edit-docs ( object -- )
Vocabulary
editors
Inputs
object
an
object
Outputs
None
Definition
IN:
editors
GENERIC:
edit-docs
( object -- )
Methods
USING:
editors
editors.private
kernel
vocabs.loader
;
M:
object
edit-docs
public-vocab-name
vocab-docs-path
1
edit-location
;
USING:
accessors
editors
kernel
sequences
words
;
M:
word
edit-docs
dup
"help-loc"
word-prop
[
nip
first2
edit-location
]
[
vocabulary>>
edit-docs
]
if*
;