changeset 35055:1e09e491b39f

runtime(doc): fix typo Commit: https://github.com/vim/vim/commit/00ae5c5cba7b2b42662687b3150397fe1737fba0 Author: Christian Brabandt <cb@256bit.org> Date: Fri Apr 26 18:56:21 2024 +0200 runtime(doc): fix typo Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 26 Apr 2024 19:00:04 +0200
parents 9ecc426621a2
children 79c73c4b3ecb
files runtime/doc/usr_41.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1096,7 +1096,7 @@ Syntax and highlighting:	  *syntax-funct
 	synIDattr()		get a specific attribute of a syntax ID
 	synIDtrans()		get translated syntax ID
 	synstack()		get list of syntax IDs at a specific position
-	synconcealed()		get info about (synax) concealing
+	synconcealed()		get info about (syntax) concealing
 	diff_hlID()		get highlight ID for diff mode at a position
 	matchadd()		define a pattern to highlight (a "match")
 	matchaddpos()		define a list of positions to highlight