Skip to content

Commit fe19acf

Browse files
authored
Merge pull request #1746 from vim-jp/hh-update-usr_51
Update usr_51.{txt,jax}
2 parents 63cc371 + 63ec99f commit fe19acf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/usr_51.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,9 @@ Note: 28 行目では ":noremap" を使って、他のマップでトラブル
351351
☆ドキュメント *write-local-help*
352352

353353
プラグインのドキュメントを書くのは良いアイデアです。ユーザーが動作を変更できる
354-
ような場合には特に重要です。|add-local-help| ではどのようにしてドキュメントが
355-
インストールされるか説明されています。
354+
ような場合には特に重要です。ヘルプファイルで使用される構文については、
355+
|help-writing| を参照。ローカルヘルプファイルのインストール方法については、
356+
|add-local-help| を参照。
356357

357358
プラグインヘルプファイルの例を示します ("typecorrect.txt"): >
358359

en/usr_51.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,9 @@ was called from a mapping defined with ":noremap".
352352
DOCUMENTATION *write-local-help*
353353

354354
It's a good idea to also write some documentation for your plugin. Especially
355-
when its behavior can be changed by the user. See |add-local-help| for how
356-
they are installed.
355+
when its behavior can be changed by the user. See |help-writing| for the
356+
syntax used by the help files and |add-local-help| for how local help files
357+
are installed.
357358

358359
Here is a simple example for a plugin help file, called "typecorrect.txt": >
359360

0 commit comments

Comments
 (0)