diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-27 11:57:42 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-27 11:57:42 +0200 |
commit | d072ec110f257dc5163d4c36f5c2997381340f8f (patch) | |
tree | fd3a1f911824562fe5ab11470f4b31f0d3a8e992 /doc | |
parent | 1acaa0ebd30f292d19798221f1a265066e25ba85 (diff) | |
download | weechat-d072ec110f257dc5163d4c36f5c2997381340f8f.zip |
core: remove wrong example in /help bar (scroll bar using buffer name)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 3e54a5029..ac33a1e75 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -53,8 +53,6 @@ Beispiele: /bar hide meinebar scrollt die Nickliste im aktuellen Buffer um 10 Zeilen nach unten: /bar scroll nicklist * y+10 - scrollt die Nickliste im Buffer #weechat eine ganze Seite nach oben: - /bar scroll nicklist #weechat y-100% scrollt zum Ende der Nicklist im aktuellen Buffer: /bar scroll nicklist * ye ........................................ diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index dc727e184..60e6f8451 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -53,8 +53,6 @@ Examples: /bar hide mybar scroll nicklist 10 lines down on current buffer: /bar scroll nicklist * y+10 - scroll nicklist one page up on #weechat buffer: - /bar scroll nicklist #weechat y-100% scroll to end of nicklist on current buffer: /bar scroll nicklist * ye ........................................ diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index 2c7f1ca97..f423cafa6 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -53,8 +53,6 @@ Exemples: /bar hide mabarre faire défiler la liste des pseudos de 10 lignes vers le bas sur le tampon courant: /bar scroll nicklist * y+10 - faire défiler la liste des pseudos d'une page vers le haut sur le tampon #weechat: - /bar scroll nicklist #weechat y-100% faire défiler la liste des pseudos à la fin sur le tampon courant: /bar scroll nicklist * ye ........................................ diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index ed2d9a03a..9fb52861c 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -53,8 +53,6 @@ Esempi: /bar hide miabarra scorre la lista nick di 10 righe in basso sul buffer corrente: /bar scroll nicklist * y+10 - scorre la lista nick di una pagina in alto sul buffer #weechat: - /bar scroll nicklist #weechat y-100% scorre fino alla fine della lista nick sul buffer corrente: /bar scroll nicklist * ye ........................................ |