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/fr/autogen/plugin_api/completions.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/fr/autogen/plugin_api/completions.adoc')
-rw-r--r-- | doc/fr/autogen/plugin_api/completions.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/fr/autogen/plugin_api/completions.adoc b/doc/fr/autogen/plugin_api/completions.adoc index f380751ad..f0bf4cead 100644 --- a/doc/fr/autogen/plugin_api/completions.adoc +++ b/doc/fr/autogen/plugin_api/completions.adoc @@ -10,10 +10,6 @@ | alias | alias_value | valeur de l'alias -| aspell | aspell_dicts | liste des dictionnaires aspell installés - -| aspell | aspell_langs | liste de toutes les langues supportées par aspell - | exec | exec_commands_ids | ids (nombres et noms) des commandes exécutées | fset | fset_options | fichiers de configuration, section, options et mots des options @@ -86,6 +82,10 @@ | script | script_tags | étiquettes des scripts dans le dépôt +| spell | spell_dicts | list of installed dictionaries + +| spell | spell_langs | list of all languages supported + | tcl | tcl_script | liste des scripts | trigger | trigger_hook_arguments | paramètres par défaut pour un hook |