diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-27 14:59:22 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-02-19 21:15:56 +0100 |
commit | 57aa9e060ef7214f8b822fa32b40bb728482adce (patch) | |
tree | 5721144252be73832b937bade4520b3de7e735bb /doc/it/autogen/plugin_api | |
parent | e8159298ad4b607e8daee89406de2434ee9c22e4 (diff) | |
download | weechat-57aa9e060ef7214f8b822fa32b40bb728482adce.zip |
spell: rename "aspell" plugin to "spell" (issue #1299)
The following things have been renamed:
- file aspell.conf -> spell.conf
- options aspell.* -> spell.*
- bar item aspell_dict -> spell_dict
- bar item and local variable aspell_suggest -> spell_suggest
- info aspell_dict -> spell_dict
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) |