From b3fe0ac62e97ea2e05fc2767989dbd7e83bc0e5c Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Sat, 19 Dec 2020 17:57:50 +0100 Subject: [PATCH] Correct argument order in comment * etc/ETAGS.EBNF (position): Correct comment. --- etc/ETAGS.EBNF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ETAGS.EBNF b/etc/ETAGS.EBNF index 80deb162186..04db4e3dc8a 100644 --- a/etc/ETAGS.EBNF +++ b/etc/ETAGS.EBNF @@ -52,7 +52,7 @@ pattern ::= regstring /* a tag pattern */ tagname ::= regchar regstring /* a tag name */ -position ::= realposition | "," /* charpos,linepos */ +position ::= realposition | "," /* linepos,charpos */ realposition ::= "," unsint | unsint "," | unsint "," unsint -- 2.39.5