From 63ec99f5e3e92025ae4119def6188937a4c42a2f Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 14 Oct 2024 01:05:47 +0900 Subject: [PATCH] Update usr_51.{txt,jax} --- doc/usr_51.jax | 5 +++-- en/usr_51.txt | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/usr_51.jax b/doc/usr_51.jax index 512aa575b..5021b6638 100644 --- a/doc/usr_51.jax +++ b/doc/usr_51.jax @@ -351,8 +351,9 @@ Note: 28 行目では ":noremap" を使って、他のマップでトラブル ☆ドキュメント *write-local-help* プラグインのドキュメントを書くのは良いアイデアです。ユーザーが動作を変更できる -ような場合には特に重要です。|add-local-help| ではどのようにしてドキュメントが -インストールされるか説明されています。 +ような場合には特に重要です。ヘルプファイルで使用される構文については、 +|help-writing| を参照。ローカルヘルプファイルのインストール方法については、 +|add-local-help| を参照。 プラグインヘルプファイルの例を示します ("typecorrect.txt"): > diff --git a/en/usr_51.txt b/en/usr_51.txt index b0bf79224..a74795e46 100644 --- a/en/usr_51.txt +++ b/en/usr_51.txt @@ -352,8 +352,9 @@ was called from a mapping defined with ":noremap". DOCUMENTATION *write-local-help* It's a good idea to also write some documentation for your plugin. Especially -when its behavior can be changed by the user. See |add-local-help| for how -they are installed. +when its behavior can be changed by the user. See |help-writing| for the +syntax used by the help files and |add-local-help| for how local help files +are installed. Here is a simple example for a plugin help file, called "typecorrect.txt": >