diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-31 10:04:47 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-31 10:04:47 +0100 |
commit | 0d37e2ea6fa4cd700d53e5de26707fcaf5292efb (patch) | |
tree | d472d17b9e7cb29732b38892b705010e898c22ce /src/plugins/aspell/weechat-aspell.c | |
parent | ce17ca151277a58ad923d9fdd145db7d3f2a28d4 (diff) | |
download | weechat-0d37e2ea6fa4cd700d53e5de26707fcaf5292efb.zip |
aspell: add note about option "aspell.check.commands" in /help aspell
Diffstat (limited to 'src/plugins/aspell/weechat-aspell.c')
-rw-r--r-- | src/plugins/aspell/weechat-aspell.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/aspell/weechat-aspell.c b/src/plugins/aspell/weechat-aspell.c index 80524d87c..4a918d7df 100644 --- a/src/plugins/aspell/weechat-aspell.c +++ b/src/plugins/aspell/weechat-aspell.c @@ -969,7 +969,8 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) "dictionary\n" "\n" "Input line beginning with a '/' is not checked, " - "except for some commands.\n\n" + "except for some commands (see /set " + "aspell.check.commands).\n\n" "To enable aspell on all buffers, use option " "\"default_dict\", for example:\n" " /set aspell.check.default_dict \"en\""), |