diff options
Diffstat (limited to 'doc/pl/autogen/user/lua_options.adoc')
-rw-r--r-- | doc/pl/autogen/user/lua_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/autogen/user/lua_options.adoc b/doc/pl/autogen/user/lua_options.adoc index d07d77870..2db177999 100644 --- a/doc/pl/autogen/user/lua_options.adoc +++ b/doc/pl/autogen/user/lua_options.adoc @@ -9,7 +9,7 @@ ** domyślna wartość: `+off+` * [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* -** opis: 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] +** opis: 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] ** typ: bool ** wartości: on, off ** domyślna wartość: `+on+` |