diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-11 18:58:44 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-11 18:58:44 +0200 |
commit | b15818fd4c1e2f5bb3b4a4b05fc36d68e5e05b4b (patch) | |
tree | c5a75c480509c161b92935cd05fbe2e0c73d1545 /doc/it | |
parent | b2a68af077e4871ce73858dfcdbe303a61e98a93 (diff) | |
download | weechat-b15818fd4c1e2f5bb3b4a4b05fc36d68e5e05b4b.zip |
aspell: add bar item "aspell_suggest" in /help aspell (closes #390)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/aspell_commands.asciidoc | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/doc/it/autogen/user/aspell_commands.asciidoc b/doc/it/autogen/user/aspell_commands.asciidoc index 0071be38b..b510b4354 100644 --- a/doc/it/autogen/user/aspell_commands.asciidoc +++ b/doc/it/autogen/user/aspell_commands.asciidoc @@ -12,20 +12,22 @@ deldict addword [<dizionario>] <parola> - enable: abilita aspell - disable: disabilita aspell - toggle: abilita/disabilita aspell -listdict: mostra i dizionari installati - setdict: imposta dizionario per il buffer corrente (più dizionari vanno separati da virgola) - deldict: elimina dizionario usato per il buffer corrente - addword: aggiunge una parola nel dizionario personale aspell + enable: enable aspell + disable: disable aspell + toggle: toggle aspell +listdict: show installed dictionaries + setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma) + deldict: delete dictionary used on current buffer + addword: add a word in personal aspell dictionary -La riga di input che comincia con '/' non viene controllata, tranne che per alcuni comandi (consultare /set aspell.check.commands). +Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands). -Per abilitare aspell su tutti i buffer, usare l'opzione "default_dict", poi abilita aspell, ad esempio: - /set aspell.check.default_dict "it" +To enable aspell on all buffers, use option "default_dict", then enable aspell, for example: + /set aspell.check.default_dict "en" /aspell enable -Il tasto predefinito per (dis)abilitare aspell è alt-s. +To display a list of suggestions in a bar, use item "aspell_suggest". + +Default key to toggle aspell is alt-s. ---- |