From 5dcee3c723b817fcd14c9abc7435e5cc4c0fc862 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Sun, 13 Oct 2024 10:26:37 +0200 Subject: [PATCH] runtime(doc): link help-writing from write-local-help fixes: #15862 Signed-off-by: Christian Brabandt --- runtime/doc/usr_51.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/runtime/doc/usr_51.txt b/runtime/doc/usr_51.txt index b0bf792243..a74795e46c 100644 --- a/runtime/doc/usr_51.txt +++ b/runtime/doc/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": >