summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/aspell_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja/autogen/user/aspell_commands.txt')
-rw-r--r--doc/ja/autogen/user/aspell_commands.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/ja/autogen/user/aspell_commands.txt b/doc/ja/autogen/user/aspell_commands.txt
index f450eec88..60eb2f62a 100644
--- a/doc/ja/autogen/user/aspell_commands.txt
+++ b/doc/ja/autogen/user/aspell_commands.txt
@@ -7,20 +7,20 @@
deldict
addword [<lang>] <word>
- enable: enable aspell
- disable: disable aspell
- toggle: toggle aspell
-listdict: show installed dictionaries
- setdict: set dictionary for current buffer
- deldict: delete dictionary used on current buffer
- addword: add a word in personal aspell dictionary
+ enable: aspell の有効化
+ disable: aspell の無効化
+ toggle: aspell の有効無効を切り替え
+listdict: インストール済み辞書を表示
+ setdict: 現在のバッファ用の辞書を設定
+ deldict: 現在のバッファ用の辞書を削除
+ addword: aspell の個人辞書に単語を追加
-Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands).
+いくつかのコマンドを除いて '/' で始まる入力行はチェックされません (/set aspell.check.commands を参照)。
-To enable aspell on all buffers, use option "default_dict", then enable aspell, for example:
+全てのバッファで aspell を有効化するには、"default_dict" オプションを設定した後に、aspell を有効化してください。例えば:
/set aspell.check.default_dict "en"
/aspell enable
-Default key to toggle aspell is alt-s.
+aspell の有効無効を切り替えるデフォルトのキーは alt-s です。
........................................