summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/aspell_commands.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-05-15 08:52:19 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-05-15 08:52:19 +0200
commitb7bdbbdc505879450494bc75b706e2997e25120f (patch)
treebe3b6716c2706a9505278d05ae9cfbec5ffbdac5 /doc/en/autogen/user/aspell_commands.asciidoc
parent81fa60a23a29e3bb6525494587008d75eae44f28 (diff)
downloadweechat-b7bdbbdc505879450494bc75b706e2997e25120f.zip
core: rename .asciidoc files to .adoc (issue #722)
Diffstat (limited to 'doc/en/autogen/user/aspell_commands.asciidoc')
-rw-r--r--doc/en/autogen/user/aspell_commands.asciidoc32
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/en/autogen/user/aspell_commands.asciidoc b/doc/en/autogen/user/aspell_commands.asciidoc
deleted file mode 100644
index 9ff3f7af2..000000000
--- a/doc/en/autogen/user/aspell_commands.asciidoc
+++ /dev/null
@@ -1,32 +0,0 @@
-//
-// This file is auto-generated by script docgen.py.
-// DO NOT EDIT BY HAND!
-//
-[[command_aspell_aspell]]
-* `+aspell+`: aspell plugin configuration
-
-----
-/aspell enable|disable|toggle
- listdict
- setdict <dict>[,<dict>...]
- deldict
- addword [<dict>] <word>
-
- enable: enable aspell
- disable: disable aspell
- toggle: toggle aspell
-listdict: show installed dictionaries
- setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma)
- deldict: delete dictionary used on current buffer
- addword: add a word in personal aspell dictionary
-
-Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands).
-
-To enable aspell on all buffers, use option "default_dict", then enable aspell, for example:
- /set aspell.check.default_dict "en"
- /aspell enable
-
-To display a list of suggestions in a bar, use item "aspell_suggest".
-
-Default key to toggle aspell is alt-s.
-----