Handbook
Glossary
join-with-next ( document line -- )
Vocabulary
ui
.
gadgets
.
editors
.
private
Inputs
document
an
object
line
an
object
Outputs
None
Definition
USING:
documents
kernel
;
IN:
ui.gadgets.editors.private
:
join-with-next
( document line -- )
[
this-line-and-next
]
[
drop
]
2bi
[
join-lines
]
change-doc-range
;