mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
doc: fix typo in user's guide (thanks to faen)
This commit is contained in:
@@ -752,7 +752,7 @@ Für den Ausdruck sind folgende Variablen verfügbar:
|
||||
|
||||
* `${active}`: wahr, wenn Fenster aktiv ist
|
||||
* `${inactive}`: wahr, wenn Fenster inaktiv ist
|
||||
* `$[nicklist}`: wahr, wenn der Buffer im Fenster eine Nicklist anzeigt.
|
||||
* `${nicklist}`: wahr, wenn der Buffer im Fenster eine Nicklist anzeigt.
|
||||
|
||||
Folgende Zeiger sind verfügbar:
|
||||
|
||||
|
||||
@@ -744,7 +744,7 @@ For the expression, following variables are available:
|
||||
|
||||
* `${active}`: true if window is active
|
||||
* `${inactive}`: true if window is inactive
|
||||
* `$[nicklist}`: true if buffer displayed in window has a nicklist
|
||||
* `${nicklist}`: true if buffer displayed in window has a nicklist
|
||||
|
||||
Following pointers are available:
|
||||
|
||||
|
||||
@@ -767,7 +767,7 @@ Pour une expression, les variables suivantes sont disponibles :
|
||||
|
||||
* `${active}` : vrai si la fenêtre est active
|
||||
* `${inactive}` : vrai si la fenêtre est inactive
|
||||
* `$[nicklist}` : vrai si le tampon affiché dans la fenêtre a une liste de
|
||||
* `${nicklist}` : vrai si le tampon affiché dans la fenêtre a une liste de
|
||||
pseudos
|
||||
|
||||
Les pointeurs suivants sont disponibles :
|
||||
|
||||
@@ -760,7 +760,7 @@ For the expression, following variables are available:
|
||||
|
||||
* `${active}`: true if window is active
|
||||
* `${inactive}`: true if window is inactive
|
||||
* `$[nicklist}`: true if buffer displayed in window has a nicklist
|
||||
* `${nicklist}`: true if buffer displayed in window has a nicklist
|
||||
|
||||
Following pointers are available:
|
||||
|
||||
|
||||
@@ -720,7 +720,7 @@ WeeChat を起動したターミナルの例:
|
||||
|
||||
* `${active}`: ウィンドウがアクティブ状態の時に真
|
||||
* `${inactive}`: ウィンドウが非アクティブ状態の時に真
|
||||
* `$[nicklist}`: ウィンドウに表示されるバッファがニックネームリストの場合に真。
|
||||
* `${nicklist}`: ウィンドウに表示されるバッファがニックネームリストの場合に真。
|
||||
|
||||
式に使えるポインタは以下:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user