summaryrefslogtreecommitdiff
path: root/src/plugins/aspell/weechat-aspell.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-10-29 11:34:54 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-10-29 11:34:54 +0200
commit364b006209cc01b26a3bf1b3f97aa8c305d5a28d (patch)
tree76692b396c96f066493e2bc5e54b476132ce3d42 /src/plugins/aspell/weechat-aspell.c
parent99d398844676db16dea7d9b5b4a6f2373a2700d9 (diff)
downloadweechat-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.c5
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"