diff options
Diffstat (limited to 'doc/de/autogen/user')
-rw-r--r-- | doc/de/autogen/user/guile_options.adoc | 2 | ||||
-rw-r--r-- | doc/de/autogen/user/javascript_options.adoc | 2 | ||||
-rw-r--r-- | doc/de/autogen/user/lua_options.adoc | 2 | ||||
-rw-r--r-- | doc/de/autogen/user/perl_options.adoc | 2 | ||||
-rw-r--r-- | doc/de/autogen/user/php_options.adoc | 2 | ||||
-rw-r--r-- | doc/de/autogen/user/python_options.adoc | 2 | ||||
-rw-r--r-- | doc/de/autogen/user/ruby_options.adoc | 2 | ||||
-rw-r--r-- | doc/de/autogen/user/tcl_options.adoc | 2 |
8 files changed, 8 insertions, 8 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+` diff --git a/doc/de/autogen/user/javascript_options.adoc b/doc/de/autogen/user/javascript_options.adoc index 1bca3b5b4..c3133e4ea 100644 --- a/doc/de/autogen/user/javascript_options.adoc +++ b/doc/de/autogen/user/javascript_options.adoc @@ -9,7 +9,7 @@ ** Standardwert: `+off+` * [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context* -** Beschreibung: pass:none[keep context between two calls to /javascript eval (or info "javascript_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+` 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+` diff --git a/doc/de/autogen/user/perl_options.adoc b/doc/de/autogen/user/perl_options.adoc index 133df6747..6b8a42776 100644 --- a/doc/de/autogen/user/perl_options.adoc +++ b/doc/de/autogen/user/perl_options.adoc @@ -9,7 +9,7 @@ ** Standardwert: `+off+` * [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context* -** Beschreibung: pass:none[keep context between two calls to /perl eval (or info "perl_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+` diff --git a/doc/de/autogen/user/php_options.adoc b/doc/de/autogen/user/php_options.adoc index 84669ccf2..81bd8f89a 100644 --- a/doc/de/autogen/user/php_options.adoc +++ b/doc/de/autogen/user/php_options.adoc @@ -9,7 +9,7 @@ ** Standardwert: `+off+` * [[option_php.look.eval_keep_context]] *php.look.eval_keep_context* -** Beschreibung: pass:none[keep context between two calls to /php eval (or info "php_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+` diff --git a/doc/de/autogen/user/python_options.adoc b/doc/de/autogen/user/python_options.adoc index e7b58fa7f..c2101427d 100644 --- a/doc/de/autogen/user/python_options.adoc +++ b/doc/de/autogen/user/python_options.adoc @@ -9,7 +9,7 @@ ** Standardwert: `+off+` * [[option_python.look.eval_keep_context]] *python.look.eval_keep_context* -** Beschreibung: pass:none[keep context between two calls to /python eval (or info "python_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+` diff --git a/doc/de/autogen/user/ruby_options.adoc b/doc/de/autogen/user/ruby_options.adoc index 5fd9d8f61..31a3c1bc1 100644 --- a/doc/de/autogen/user/ruby_options.adoc +++ b/doc/de/autogen/user/ruby_options.adoc @@ -9,7 +9,7 @@ ** Standardwert: `+off+` * [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context* -** Beschreibung: pass:none[keep context between two calls to /ruby eval (or info "ruby_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+` diff --git a/doc/de/autogen/user/tcl_options.adoc b/doc/de/autogen/user/tcl_options.adoc index bf0444047..2da4f736e 100644 --- a/doc/de/autogen/user/tcl_options.adoc +++ b/doc/de/autogen/user/tcl_options.adoc @@ -9,7 +9,7 @@ ** Standardwert: `+off+` * [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context* -** Beschreibung: pass:none[keep context between two calls to /tcl eval (or info "tcl_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+` |