]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct argument order in comment
authorVasilij Schneidermann <mail@vasilij.de>
Sat, 19 Dec 2020 16:57:50 +0000 (17:57 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 19 Dec 2020 17:41:18 +0000 (19:41 +0200)
* etc/ETAGS.EBNF (position): Correct comment.

etc/ETAGS.EBNF

index 80deb1621863f2ba74a6747a14a24a2383cb1183..04db4e3dc8a1d78ccebbeb4d1d43a3e7ec6aab72 100644 (file)
@@ -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