diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-15 14:43:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-15 14:43:25 +0200 |
commit | fb14e67364f603723a48b3622ccf11c89efbe951 (patch) | |
tree | a5fd283b18886eeddd3b1ff6741dec9fb9f3bae8 /doc/de | |
parent | a31de83a3c3d8fdf1a6e764d2bc00edf074ce7e4 (diff) | |
download | weechat-fb14e67364f603723a48b3622ccf11c89efbe951.zip |
buflist: improve help on option buflist.look.enabled
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/includes/autogen_user_options.de.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/includes/autogen_user_options.de.adoc b/doc/de/includes/autogen_user_options.de.adoc index e3442e13c..564ecd43f 100644 --- a/doc/de/includes/autogen_user_options.de.adoc +++ b/doc/de/includes/autogen_user_options.de.adoc @@ -1783,7 +1783,7 @@ ** Standardwert: `+"${buffer.hidden}==0"+` * [[option_buflist.look.enabled]] *buflist.look.enabled* -** Beschreibung: pass:none[buflist aktivieren] +** Beschreibung: pass:none[enable buflist; it is recommended to use this option instead of just hiding the bar because it also removes some internal hooks that are not needed any more when the bar is hidden; you can also use the command "/buflist toggle" or use the default key alt+shift+b] ** Typ: boolesch ** Werte: on, off ** Standardwert: `+on+` |