diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-01 17:26:50 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-01 17:26:50 +0100 |
commit | 3df1d70bb56be1ecd3304c5eb7c8ead12e792489 (patch) | |
tree | 07214e3a886b934e26a5933d5b47c4d29c61efe6 /doc/it | |
parent | 4ebd300340bcc0816ed399d19024a0b4833a4b07 (diff) | |
download | weechat-3df1d70bb56be1ecd3304c5eb7c8ead12e792489.zip |
aspell: add signal "aspell_suggest" (sent when new suggestions are displayed)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 6415725ca..380d13e86 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -7555,6 +7555,12 @@ Argomenti: | Plugin | Segnale | Argomenti | Descrizione // TRANSLATION MISSING +| aspell | aspell_suggest + + (_novità nella versione 0.4.0_) | + pointer: buffer | + new suggestions for a misspelled word + +// TRANSLATION MISSING | guile | guile_script_loaded + (_novità nella versione 0.3.9_) | string: path to script | |