summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-03-21 18:35:44 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-03-21 18:35:44 +0100
commit8f9f1f8e974c4ff020a0da7a7b39293a5e3f9f28 (patch)
tree6804512ec9930689ca02bfe48d0107b3c64cf192 /doc
parentb40ea94a497b0b6bd76e3b069c49c4f0a7a5f2d2 (diff)
downloadweechat-8f9f1f8e974c4ff020a0da7a7b39293a5e3f9f28.zip
Fix typo in /help alias
Diffstat (limited to 'doc')
-rw-r--r--doc/en/autogen/user/alias_commands.txt2
-rw-r--r--doc/fr/autogen/user/alias_commands.txt4
-rw-r--r--doc/fr/autogen/user/weechat_commands.txt2
-rw-r--r--doc/it/autogen/user/alias_commands.txt2
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/en/autogen/user/alias_commands.txt b/doc/en/autogen/user/alias_commands.txt
index d00395125..fea61482c 100644
--- a/doc/en/autogen/user/alias_commands.txt
+++ b/doc/en/autogen/user/alias_commands.txt
@@ -27,6 +27,6 @@
alias /hello to say "hello" on all channels but not on #weechat:
/alias hello /allchan -exclude=#weechat msg * hello
alias /forcejoin to send IRC command "forcejoin" with completion of /sajoin:
- /alias -completion %%sajoin /quote forcejoin
+ /alias -completion %%sajoin forcejoin /quote forcejoin
........................................
diff --git a/doc/fr/autogen/user/alias_commands.txt b/doc/fr/autogen/user/alias_commands.txt
index 84f7b208f..412fdd8ba 100644
--- a/doc/fr/autogen/user/alias_commands.txt
+++ b/doc/fr/autogen/user/alias_commands.txt
@@ -10,7 +10,7 @@
Sans paramètre, cette commande liste tous les alias définis.
- Note: dans la commande, les variables spéciales sont remplacées :
+ Note : dans la commande, les variables spéciales sont remplacées :
$n: paramètre 'n' (entre 1 et 9)
$-m: paramètres de 1 à 'm'
$n-: paramètres de 'n' au dernier
@@ -27,6 +27,6 @@
alias /hello pour dire "hello" sur tous les canaux mais pas sur #weechat :
/alias hello /allchan -exclude=#weechat msg * hello
alias /forcejoin pour envoyer la commande IRC "forcejoin" avec la complétion de /sajoin :
- /alias -completion %%sajoin /quote forcejoin
+ /alias -completion %%sajoin forcejoin /quote forcejoin
........................................
diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt
index e4f03bd90..0142e9736 100644
--- a/doc/fr/autogen/user/weechat_commands.txt
+++ b/doc/fr/autogen/user/weechat_commands.txt
@@ -360,7 +360,7 @@
h: heures
commande: commande à exécuter (ou texte à envoyer au tampon si la commande ne commence pas par '/')
- Note: la commande est exécutée sur le tampon où /wait a été exécuté (si le tampon n'est pas trouvé, alors la commande est exécutée sur le tampon WeeChat principal).
+ Note : la commande est exécutée sur le tampon où /wait a été exécuté (si le tampon n'est pas trouvé, alors la commande est exécutée sur le tampon WeeChat principal).
Exemples:
rejoindre le canal dans 10 sec: /wait 10 /join #test
diff --git a/doc/it/autogen/user/alias_commands.txt b/doc/it/autogen/user/alias_commands.txt
index 76e0960f5..d8245dd59 100644
--- a/doc/it/autogen/user/alias_commands.txt
+++ b/doc/it/autogen/user/alias_commands.txt
@@ -27,6 +27,6 @@
alias /hello to say "hello" on all channels but not on #weechat:
/alias hello /allchan -exclude=#weechat msg * hello
alias /forcejoin to send IRC command "forcejoin" with completion of /sajoin:
- /alias -completion %%sajoin /quote forcejoin
+ /alias -completion %%sajoin forcejoin /quote forcejoin
........................................