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/infos.adoc | |
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/infos.adoc')
-rw-r--r-- | doc/it/autogen/plugin_api/infos.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
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 | - |