diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-03 14:03:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-03 14:05:18 +0200 |
commit | 505a91c6003058adf531255dc9a41efea5c7d1f8 (patch) | |
tree | 8cbf78be1fa3b9fde46b95e91f90425a63eb6a80 /doc/it/autogen/user/spell_commands.adoc | |
parent | 7bcb8ff0d8bfd05657a78096d5dd12c2d44fbf02 (diff) | |
download | weechat-505a91c6003058adf531255dc9a41efea5c7d1f8.zip |
doc: merge 53 autogen files into 11 files, move them to includes directory
Diffstat (limited to 'doc/it/autogen/user/spell_commands.adoc')
-rw-r--r-- | doc/it/autogen/user/spell_commands.adoc | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/it/autogen/user/spell_commands.adoc b/doc/it/autogen/user/spell_commands.adoc deleted file mode 100644 index eb7e70b11..000000000 --- a/doc/it/autogen/user/spell_commands.adoc +++ /dev/null @@ -1,32 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -[[command_spell_spell]] -* `+spell+`: spell plugin configuration - ----- -/spell enable|disable|toggle - listdict - setdict <dizionario>[,<dizionario>...] - deldict - addword [<dizionario>] <parola> - - enable: enable spell checker - disable: disable spell checker - toggle: toggle spell checker -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 dictionary - -Input line beginning with a '/' is not checked, except for some commands (see /set spell.check.commands). - -To enable spell checker on all buffers, use option "default_dict", then enable spell checker, for example: - /set spell.check.default_dict "en" - /spell enable - -To display a list of suggestions in a bar, use item "spell_suggest". - -Default key to toggle spell checker is alt-s. ----- |