1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +02:00

aspell: add note about option "default_dict" in /help aspell

This commit is contained in:
Sebastien Helleu
2011-10-29 11:34:54 +02:00
parent 99d3988446
commit 364b006209
11 changed files with 65 additions and 23 deletions
+4 -1
View File
@@ -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"