diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-29 11:34:54 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-29 11:34:54 +0200 |
commit | 364b006209cc01b26a3bf1b3f97aa8c305d5a28d (patch) | |
tree | 76692b396c96f066493e2bc5e54b476132ce3d42 /src/plugins/aspell/weechat-aspell.c | |
parent | 99d398844676db16dea7d9b5b4a6f2373a2700d9 (diff) | |
download | weechat-364b006209cc01b26a3bf1b3f97aa8c305d5a28d.zip |
aspell: add note about option "default_dict" in /help aspell
Diffstat (limited to 'src/plugins/aspell/weechat-aspell.c')
-rw-r--r-- | src/plugins/aspell/weechat-aspell.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/aspell/weechat-aspell.c b/src/plugins/aspell/weechat-aspell.c index d0c81d1e9..80524d87c 100644 --- a/src/plugins/aspell/weechat-aspell.c +++ b/src/plugins/aspell/weechat-aspell.c @@ -969,7 +969,10 @@ 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."), + "except for some commands.\n\n" + "To enable aspell on all buffers, use option " + "\"default_dict\", for example:\n" + " /set aspell.check.default_dict \"en\""), "dictlist" " || enable %(aspell_langs)" " || disable" |