]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(help): fix typo s/additional/arbitrary/
authorChristian Brabandt <cb@256bit.org>
Wed, 25 Dec 2024 16:52:12 +0000 (17:52 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 25 Dec 2024 16:52:12 +0000 (17:52 +0100)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/helphelp.txt

index 5ab112d60dc25b449606a7b299c33eda8295a163..9e3e7488ca3f4a9941eb922c60a80fb828434d7c 100644 (file)
@@ -461,7 +461,7 @@ Note: When setting "g:help_example_languages", if you do not include "vim"
 key, the Vim syntax highlighting will not be enabled. If you set it to an
 empty value, syntax highlighting for embedded languages will be disabled.
 
-Further note: including additional syntax languages into help files may not
+Further note: including arbitrary syntax languages into help files may not
 always work perfectly, if the included 'syntax' script does not account for
 such an import.
                                                *help-notation*