projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37eba74
)
Correct argument order in comment
author
Vasilij Schneidermann
<mail@vasilij.de>
Sat, 19 Dec 2020 16:57:50 +0000
(17:57 +0100)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 19 Dec 2020 17:41:18 +0000
(19:41 +0200)
* etc/ETAGS.EBNF (position): Correct comment.
etc/ETAGS.EBNF
patch
|
blob
|
history
diff --git
a/etc/ETAGS.EBNF
b/etc/ETAGS.EBNF
index 80deb1621863f2ba74a6747a14a24a2383cb1183..04db4e3dc8a1d78ccebbeb4d1d43a3e7ec6aab72 100644
(file)
--- 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,line
pos */
+position ::= realposition | "," /*
linepos,char
pos */
realposition ::= "," unsint | unsint "," | unsint "," unsint