File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -622,17 +622,17 @@ form: native [
622622]
623623
624624new-line: native [
625- {Sets or clears the new-line marker within a block.}
626- block [block! ] {Position in block to change marker (modified)}
625+ {Sets or clears the new-line marker within a block or paren .}
626+ position [block! paren! ] {Position to change marker (modified)}
627627 value {Set TRUE for newline}
628- /all {Set/clear marker to end of block }
629- /skip {Set/clear marker periodically to the end of the block }
628+ /all {Set/clear marker to end of series }
629+ /skip {Set/clear marker periodically to the end of the series }
630630 size [integer! ]
631631]
632632
633633new-line?: native [
634- {Returns the state of the new-line marker within a block.}
635- block [block! ] {Position in block to check marker}
634+ {Returns the state of the new-line marker within a block or paren .}
635+ position [block! paren! ] {Position to check marker}
636636]
637637
638638to-local-file: native [
You can’t perform that action at this time.
0 commit comments