diff options
Diffstat (limited to 'doc/it/autogen/user/javascript_options.adoc')
-rw-r--r-- | doc/it/autogen/user/javascript_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/javascript_options.adoc b/doc/it/autogen/user/javascript_options.adoc index 2049e051e..19b5bad97 100644 --- a/doc/it/autogen/user/javascript_options.adoc +++ b/doc/it/autogen/user/javascript_options.adoc @@ -9,7 +9,7 @@ ** valore predefinito: `+off+` * [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context* -** descrizione: pass:none[keep context between two calls to /javascript eval (or info "javascript_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] +** descrizione: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_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] ** tipo: bool ** valori: on, off ** valore predefinito: `+on+` |