emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 b3fe0ac: Correct argument order in comment


From: Eli Zaretskii
Subject: emacs-27 b3fe0ac: Correct argument order in comment
Date: Sat, 19 Dec 2020 12:43:19 -0500 (EST)

branch: emacs-27
commit b3fe0ac62e97ea2e05fc2767989dbd7e83bc0e5c
Author: Vasilij Schneidermann <mail@vasilij.de>
Commit: Eli Zaretskii <eliz@gnu.org>

    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 80deb16..04db4e3 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]