[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 194df6ed10 3/5: ; * latex.el (LaTeX-indent-envir
From: |
ELPA Syncer |
Subject: |
[elpa] externals/auctex 194df6ed10 3/5: ; * latex.el (LaTeX-indent-environment-list): Fix comment. |
Date: |
Thu, 25 Jul 2024 12:57:56 -0400 (EDT) |
branch: externals/auctex
commit 194df6ed10bdde6c9c575598aaec2a5ee54991c2
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
; * 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 764001783e..66f50485c1 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)