diff options
Diffstat (limited to 'doc/ja/autogen/user/tcl_options.adoc')
-rw-r--r-- | doc/ja/autogen/user/tcl_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/tcl_options.adoc b/doc/ja/autogen/user/tcl_options.adoc index df1cfb47d..339c2b396 100644 --- a/doc/ja/autogen/user/tcl_options.adoc +++ b/doc/ja/autogen/user/tcl_options.adoc @@ -7,3 +7,9 @@ ** タイプ: ブール ** 値: on, off ** デフォルト値: `+off+` + +* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context* +** 説明: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+on+` |