diff --git a/doc/userfunc.jax b/doc/userfunc.jax index 841bed575..a62e7ee89 100644 --- a/doc/userfunc.jax +++ b/doc/userfunc.jax @@ -416,7 +416,8 @@ Note `system()` を呼ぶ前で "Outfile" 削除がスケジュールされて のも関数に後置できない。現在 `:defer GetArg()->TheFunc()` は動作せず、これが動 作するかもしれないのは今後のバージョンになる。 -エラーは報告されるが遅延関数の実行の中断理由にはならない。 +エラーは報告されるが、遅延関数の実行を中止したり、遅延関数以外の実行を変更した +りすることはない。 範囲は使えない。関数として追加の引数付きの部分適用は使えるが、辞書は使えない。 *E1300* diff --git a/en/userfunc.txt b/en/userfunc.txt index 138f27ee8..1fe780076 100644 --- a/en/userfunc.txt +++ b/en/userfunc.txt @@ -443,7 +443,8 @@ Any return value of the deferred function is discarded. The function cannot be followed by anything, such as "->func" or ".member". Currently `:defer GetArg()->TheFunc()` does not work, it may work in a later version. -Errors are reported but do not cause aborting execution of deferred functions. +Errors are reported but do not cause aborting execution of deferred functions +or altering execution outside of deferred functions. No range is accepted. The function can be a partial with extra arguments, but not with a dictionary. *E1300*