diff options
Diffstat (limited to 'doc/de/autogen/user/lua_options.adoc')
-rw-r--r-- | doc/de/autogen/user/lua_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/user/lua_options.adoc b/doc/de/autogen/user/lua_options.adoc index f509877b1..a7f8acb8a 100644 --- a/doc/de/autogen/user/lua_options.adoc +++ b/doc/de/autogen/user/lua_options.adoc @@ -9,7 +9,7 @@ ** Standardwert: `+off+` * [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* -** Beschreibung: 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] +** Beschreibung: 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: boolesch ** Werte: on, off ** Standardwert: `+on+` |