summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-12-25 10:36:48 -0800
committerGlenn Morris <rgm@gnu.org>2020-12-25 10:36:48 -0800
commit2e20749e57164982df962c8f373e98bb40dd7d19 (patch)
tree0a89c52a884e2721878bb73f6c33beba65176d94 /etc
parent1ca6add75f81eac83dc7e11ec771c86f14be6a8e (diff)
parent5d46593568073b43fb0a901cbd7e019a1797cf93 (diff)
downloademacs-2e20749e57164982df962c8f373e98bb40dd7d19.tar.gz
Merge from origin/emacs-27
5d46593568 Support build of Emacs on ARM Macos machines 7f8793e5f1 Update to Org 9.4.4 7b3367a0b5 * lisp/so-long.el: Decrease use of passive voice. a90836c638 * doc/misc/efaq.texi (New in Emacs 27): Add section. 711fe70dd8 * doc/misc/efaq.texi (Latest version of Emacs): Bump version. 52b30834fb * lisp/face-remap.el (face-remap-set-base): Doc fix. (Bug... b3fe0ac62e Correct argument order in comment
Diffstat (limited to 'etc')
-rw-r--r--etc/ETAGS.EBNF2
1 files changed, 1 insertions, 1 deletions
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