diff options
Diffstat (limited to 'doc/en/autogen/user/lua_options.adoc')
-rw-r--r-- | doc/en/autogen/user/lua_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/lua_options.adoc b/doc/en/autogen/user/lua_options.adoc index a80142704..4851fc6f4 100644 --- a/doc/en/autogen/user/lua_options.adoc +++ b/doc/en/autogen/user/lua_options.adoc @@ -9,7 +9,7 @@ ** default value: `+off+` * [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* -** description: 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] +** description: 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] ** type: boolean ** values: on, off ** default value: `+on+` |