diff options
Diffstat (limited to 'doc/de/autogen/user/guile_options.adoc')
-rw-r--r-- | doc/de/autogen/user/guile_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/user/guile_options.adoc b/doc/de/autogen/user/guile_options.adoc index 74f77b5e2..3f59c2eca 100644 --- a/doc/de/autogen/user/guile_options.adoc +++ b/doc/de/autogen/user/guile_options.adoc @@ -9,7 +9,7 @@ ** Standardwert: `+off+` * [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context* -** Beschreibung: pass:none[keep context between two calls to /guile eval (or info "guile_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+` |