]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): link help-writing from write-local-help
authorChristian Brabandt <cb@256bit.org>
Sun, 13 Oct 2024 08:26:37 +0000 (10:26 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 13 Oct 2024 08:26:37 +0000 (10:26 +0200)
fixes: #15862

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/usr_51.txt

index b0bf7922431ce018069a32336869ef45c3cb9725..a74795e46c72d750058589fe03d96d678646d6b8 100644 (file)
@@ -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": >