diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-15 22:37:40 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-15 22:37:40 +0100 |
commit | 257d5fe1533affc1e3a6fb8a2ce9b655419d9bbe (patch) | |
tree | 17e816ef2c10653105570832fe65f2aebc032ea9 /doc/it/autogen/user/lua_options.adoc | |
parent | 8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e (diff) | |
download | weechat-257d5fe1533affc1e3a6fb8a2ce9b655419d9bbe.zip |
scripts: fix translation of help on option "eval_keep_context"
Diffstat (limited to 'doc/it/autogen/user/lua_options.adoc')
-rw-r--r-- | doc/it/autogen/user/lua_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/lua_options.adoc b/doc/it/autogen/user/lua_options.adoc index a3274f2d1..a6aa16d06 100644 --- a/doc/it/autogen/user/lua_options.adoc +++ b/doc/it/autogen/user/lua_options.adoc @@ -9,7 +9,7 @@ ** valore predefinito: `+off+` * [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* -** descrizione: pass:none[keep context between two calls to /lua eval (or info "lua_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+` |