Correct argument order in comment
* etc/ETAGS.EBNF (position): Correct comment.
This commit is contained in:
parent
37eba74d60
commit
b3fe0ac62e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ pattern ::= regstring /* a tag pattern */
|
||||||
|
|
||||||
tagname ::= regchar regstring /* a tag name */
|
tagname ::= regchar regstring /* a tag name */
|
||||||
|
|
||||||
position ::= realposition | "," /* charpos,linepos */
|
position ::= realposition | "," /* linepos,charpos */
|
||||||
|
|
||||||
realposition ::= "," unsint | unsint "," | unsint "," unsint
|
realposition ::= "," unsint | unsint "," | unsint "," unsint
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue