summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/aspell_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/autogen/user/aspell_commands.txt')
-rw-r--r--doc/de/autogen/user/aspell_commands.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/de/autogen/user/aspell_commands.txt b/doc/de/autogen/user/aspell_commands.txt
index 287edda42..ea36b58f6 100644
--- a/doc/de/autogen/user/aspell_commands.txt
+++ b/doc/de/autogen/user/aspell_commands.txt
@@ -6,11 +6,14 @@
disable
addword [<lang>] <word>
-dictlist: listet installierte Wörterbücher auf
- enable: aktiviert Aspell in aktuellem Buffer [lang = Wörterbuch)
- disable: deaktiviert Aspell in aktuellem Buffer
- addword: fügt ein Wort in das persönliche Wörterbuch von Aspell hinzu
+dictlist: show installed dictionaries
+ enable: enable aspell on current buffer
+ disable: disable aspell on current buffer
+ addword: add a word in your personal aspell dictionary
-Eingaben die mit '/' beginnen werden nicht überprüft, außer bei einigen Befehle.
+Input line beginning with a '/' is not checked, except for some commands.
+
+To enable aspell on all buffers, use option "default_dict", for example:
+ /set aspell.check.default_dict "en"
........................................