summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/aspell_commands.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-02-04 22:12:19 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-02-04 22:12:19 +0100
commit7d433b798fecc7002bb132e206a23d57fb89cb28 (patch)
tree3055a66310906b143ad92d90c3bd32b9403cdf75 /doc/it/autogen/user/aspell_commands.txt
parent63b8aa1f23249e132b975dfaf2089a9fe2dc1464 (diff)
downloadweechat-7d433b798fecc7002bb132e206a23d57fb89cb28.zip
Improve arguments displayed in /help of commands, display all commands with same name (for same command name in many plugins)
Diffstat (limited to 'doc/it/autogen/user/aspell_commands.txt')
-rw-r--r--doc/it/autogen/user/aspell_commands.txt20
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/it/autogen/user/aspell_commands.txt b/doc/it/autogen/user/aspell_commands.txt
index e4f9ef377..66a76dc72 100644
--- a/doc/it/autogen/user/aspell_commands.txt
+++ b/doc/it/autogen/user/aspell_commands.txt
@@ -1,13 +1,15 @@
-&bull; *`/aspell`* `dictlist | enable lingua | disable | addword [lingua] parola`::
-
+[command]*`aspell`* configurazione del plugin aspell::
........................................
- configurazione del plugin aspell
+/aspell dictlist
+ enable <lang>
+ disable
+ addword [<lang>] <word>
+
+dictlist: mostra i dizionari installati
+ enable: abilita aspell sul buffer corrente
+ disable: disabilita aspell sul buffer corrente
+ addword: aggiunge una parola nel dizionario personale aspell
- dictlist: mostra i dizionari installati
- enable: abilita aspell sul buffer corrente
- disable: disabilita aspell sul buffer corrente
- addword: aggiunge una parola nel dizionario personale aspell
-
- La riga di input che comincia con '/' non viene controllata, tranne che per alcuni comandi.
+La riga di input che comincia con '/' non viene controllata, tranne che per alcuni comandi.
........................................