Skip to content

Commit 389ab29

Browse files
committed
Update by original
1 parent 9f46ad0 commit 389ab29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/usr_41.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ Registers: *register-functions*
15661566
15671567
次のように実行すると: >
15681568
1569-
:10,15 call Number()
1569+
:10,15call Number()
15701570
15711571
関数は 6 回実行され、10行目から開始し終了は15行目です。
15721572

en/usr_41.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ once for every line in the range, with the cursor in that line. Example: >
15871587
15881588
If you call this function with: >
15891589
1590-
:10,15 call Number()
1590+
:10,15call Number()
15911591
15921592
The function will be called six times, starting on line 10 and ending on line
15931593
15.

0 commit comments

Comments
 (0)