summaryrefslogtreecommitdiff
path: root/doc/de/autogen
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-04-02 20:38:37 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-04-02 20:38:37 +0200
commit2f8fd4c0ef04bee2d70ed6e9989a86cff28bbe81 (patch)
treef07cf7bd42029cf02353497a335ed2ac9af41557 /doc/de/autogen
parentc59f812c740cf891e3fe34cee51f594fd21c71d7 (diff)
downloadweechat-2f8fd4c0ef04bee2d70ed6e9989a86cff28bbe81.zip
fset: fix help on options fset.format.option1 and fset.format.option2
Diffstat (limited to 'doc/de/autogen')
-rw-r--r--doc/de/autogen/user/fset_options.adoc4
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 655d00822..bcd6987c6 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[erstes Format um Optionen anzuzeigen die weder markiert noch ausgewählt sind (Hinweis: der Inhalt ist evaluiert, siehe /help fset); eine leere Zeichenkette nutzt die Standardeinstellung ("${marked} ${name} ${type} ${value2}"), dies findet ohne eine Evaluierung statt, was wesentlich schneller ist; zwischen den Formaten kann mittels ctrl-X umgeschaltet werden]
+** Beschreibung: pass:none[first format of each line, used when option fset.look.format_number is set to 1 (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[zweites Format um Optionen anzuzeigen die weder markiert noch ausgewählt sind (Hinweis: der Inhalt ist evaluiert, siehe /help fset); eine leere Zeichenkette nutzt die Standardeinstellung ("${marked} ${name} ${type} ${value2}"), dies findet ohne eine Evaluierung statt, was wesentlich schneller ist; zwischen den Formaten kann mittels ctrl-X umgeschaltet werden]
+** Beschreibung: pass:none[second format of each line, used when option fset.look.format_number is set to 2 (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}"+`