branch: master
commit 194df6ed10bdde6c9c575598aaec2a5ee54991c2
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * latex.el (LaTeX-indent-environment-list): Fix comment.
---
latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/latex.el b/latex.el
index 76400178..66f50485 100644
--- a/latex.el
+++ b/latex.el
@@ -4182,7 +4182,7 @@ consideration just as is in the non-commented source
code."
("+vmatrix" LaTeX-indent-tabular)
("+Vmatrix" LaTeX-indent-tabular)
("+cases" LaTeX-indent-tabular)
- ;; envs of tabularray.sty
+ ;; envs of xtab.sty
("xtabular" LaTeX-indent-tabular)
("xtabular*" LaTeX-indent-tabular)
("mpxtabular" LaTeX-indent-tabular)