From: Vasilij Schneidermann Date: Sat, 19 Dec 2020 16:57:50 +0000 (+0100) Subject: Correct argument order in comment X-Git-Tag: emacs-27.1.91~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3fe0ac62e;p=emacs.git Correct argument order in comment * etc/ETAGS.EBNF (position): Correct comment. --- 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