diff options
Diffstat (limited to 'doc/it/autogen/plugin_api')
-rw-r--r-- | doc/it/autogen/plugin_api/completions.adoc | 8 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/infos.adoc | 4 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/plugins_priority.adoc | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/it/autogen/plugin_api/completions.adoc b/doc/it/autogen/plugin_api/completions.adoc index 3fe17a4a5..5489f6d38 100644 --- a/doc/it/autogen/plugin_api/completions.adoc +++ b/doc/it/autogen/plugin_api/completions.adoc @@ -10,10 +10,6 @@ | alias | alias_value | valore dell'alias -| aspell | aspell_dicts | elenco dei dizionari aspell installati - -| aspell | aspell_langs | elenco di tutte lingue supportate da aspell - | exec | exec_commands_ids | ids (numbers and names) of executed commands | fset | fset_options | configuration files, sections, options and words of options @@ -86,6 +82,10 @@ | script | script_tags | tag degli script nel repository +| spell | spell_dicts | list of installed dictionaries + +| spell | spell_langs | list of all languages supported + | tcl | tcl_script | elenco degli script | trigger | trigger_hook_arguments | default arguments for a hook diff --git a/doc/it/autogen/plugin_api/infos.adoc b/doc/it/autogen/plugin_api/infos.adoc index 1f77d30fc..0a01f09f6 100644 --- a/doc/it/autogen/plugin_api/infos.adoc +++ b/doc/it/autogen/plugin_api/infos.adoc @@ -6,8 +6,6 @@ |=== | Plugin | Nome | Descrizione | Argomenti -| aspell | aspell_dict | elenco separato da virgole di dizionari usati nel buffer | puntatore al buffer ("0x12345678") o buffer con il nome completo ("irc.freenode.weechat") - | fifo | fifo_filename | nome della pipe FIFO | - | guile | guile_eval | evaluation of source code | source code to execute @@ -74,6 +72,8 @@ | ruby | ruby_version | version of the interpreter used | - +| spell | spell_dict | elenco separato da virgole di dizionari usati nel buffer | puntatore al buffer ("0x12345678") o buffer con il nome completo ("irc.freenode.weechat") + | tcl | tcl_eval | evaluation of source code | source code to execute | tcl | tcl_interpreter | name of the interpreter used | - diff --git a/doc/it/autogen/plugin_api/plugins_priority.adoc b/doc/it/autogen/plugin_api/plugins_priority.adoc index 0adb939c7..f28c95b92 100644 --- a/doc/it/autogen/plugin_api/plugins_priority.adoc +++ b/doc/it/autogen/plugin_api/plugins_priority.adoc @@ -6,7 +6,7 @@ . logger (14000) . exec (13000) . trigger (12000) -. aspell (11000) +. spell (11000) . alias (10000) . buflist (9000) . fifo (8000) |