diff --git a/doc/terminal.jax b/doc/terminal.jax index 6e7761383..f2d1d560e 100644 --- a/doc/terminal.jax +++ b/doc/terminal.jax @@ -1,4 +1,4 @@ -*terminal.txt* For Vim バージョン 9.1. Last change: 2024 Nov 23 +*terminal.txt* For Vim バージョン 9.1. Last change: 2024 Dec 03 VIMリファレンスマニュアル by Bram Moolenaar @@ -1732,8 +1732,8 @@ termdebug の改善への貢献は大歓迎である。 このため、以下が設定できる: > let g:termdebug_config['debug'] = true < -これにより、ソースコード内で使用できる `DEBUG` 変数が `true` に設定される。使 -用例を以下に示す: > +これにより、`DEBUG` 変数が `true` に設定され、ソースコード内で参照できるように +なる。使用例を以下に示す: > if exists('g:termdebug_loaded') if DEBUG Echoerr('Termdebug already loaded.') diff --git a/en/terminal.txt b/en/terminal.txt index a0bfd6034..da5b1481e 100644 --- a/en/terminal.txt +++ b/en/terminal.txt @@ -1,4 +1,4 @@ -*terminal.txt* For Vim version 9.1. Last change: 2024 Nov 23 +*terminal.txt* For Vim version 9.1. Last change: 2024 Dec 03 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1759,8 +1759,8 @@ mechanisms like `echo` statements (or similar) to help you in your job. For this reason, you can set: > let g:termdebug_config['debug'] = true < -This sets the `DEBUG` variable to `true` in the source code that you can use -within the source code. An example of its usage follows: > +This sets the `DEBUG` variable to `true`, which can be referenced in the +source code. An example of its usage follows: > if exists('g:termdebug_loaded') if DEBUG Echoerr('Termdebug already loaded.')