diff options
Diffstat (limited to 'doc/de/autogen/user/fset_options.adoc')
-rw-r--r-- | doc/de/autogen/user/fset_options.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/de/autogen/user/fset_options.adoc b/doc/de/autogen/user/fset_options.adoc index 2ce0d02a6..d582ab130 100644 --- a/doc/de/autogen/user/fset_options.adoc +++ b/doc/de/autogen/user/fset_options.adoc @@ -393,13 +393,13 @@ ** Standardwert: `+"/unset ${name}"+` * [[option_fset.format.option1]] *fset.format.option1* -** Beschreibung: pass:none[first format of each line with an option which is not marked nor the selected one (note: content is evaluated, see /help fset); an empty string uses the predefined format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl+X] +** Beschreibung: pass:none[first format of each line with an option which is not marked nor the selected one (note: content is evaluated, see /help fset); an empty string uses the default format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl+X] ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette ** Standardwert: `+""+` * [[option_fset.format.option2]] *fset.format.option2* -** Beschreibung: pass:none[second format of each line with an option which is not marked not the selected one (note: content is evaluated, see /help fset); an empty string uses the predefined format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl+X] +** Beschreibung: pass:none[second format of each line with an option which is not marked not the selected one (note: content is evaluated, see /help fset); an empty string uses the default format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl+X] ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette ** Standardwert: `+"${marked} ${name} ${type} ${value2}${newline} ${empty_name} ${_default_value}${color:darkgray} -- ${min}..${max}${newline} ${empty_name} ${description}"+` |