branch: externals/auctex commit f8d19d5cbbe50c675c26f83544421cd3801d7387 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
; * style/ltx-base.el ("ltx-base"): Fix entry for "@addtoreset". --- style/ltx-base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/ltx-base.el b/style/ltx-base.el index 9804c77f21..d10a1379c7 100644 --- a/style/ltx-base.el +++ b/style/ltx-base.el @@ -119,7 +119,7 @@ "normalsfcodes" ;; Some general macros not mentioned in clsguide.pdf - '("@addtoreset" TeX-arg-counter "Within counter" "counter") + '("@addtoreset" TeX-arg-counter (TeX-arg-counter "Within counter")) '("addpenalty" "Penalty") '("@ifundefined" TeX-arg-macro 2) '("@ifnextchar" (TeX-arg-literal " ") (TeX-arg-free "Character") 2)