Minor documentation fixes
parent
6675a7f30b
commit
1c6df27d3c
|
|
@ -14,7 +14,7 @@ ARTICLE: "refs" "References to assoc entries"
|
||||||
"References to values:"
|
"References to values:"
|
||||||
{ $subsection value-ref }
|
{ $subsection value-ref }
|
||||||
{ $subsection <value-ref> }
|
{ $subsection <value-ref> }
|
||||||
"References are used by the inspector." ;
|
"References are used by the UI inspector." ;
|
||||||
|
|
||||||
ABOUT: "refs"
|
ABOUT: "refs"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1096,7 +1096,7 @@ HELP: set-fourth
|
||||||
|
|
||||||
HELP: replicate
|
HELP: replicate
|
||||||
{ $values
|
{ $values
|
||||||
{ "seq" sequence } { "quot" quotation }
|
{ "seq" sequence } { "quot" { $quotation "( -- elt )" } }
|
||||||
{ "newseq" sequence } }
|
{ "newseq" sequence } }
|
||||||
{ $description "Calls the quotation for every element of the sequence in order. However, the element is not passed to the quotation -- it is dropped, and the quotation produces an element of its own that is collected into a sequence of the same class as the input sequence." }
|
{ $description "Calls the quotation for every element of the sequence in order. However, the element is not passed to the quotation -- it is dropped, and the quotation produces an element of its own that is collected into a sequence of the same class as the input sequence." }
|
||||||
{ $examples
|
{ $examples
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue