Skip to content

Commit 5dcee3c

Browse files
committed
runtime(doc): link help-writing from write-local-help
fixes: #15862 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 367499c commit 5dcee3c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

runtime/doc/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)