[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex f99edced63 06/24: ; * tex-ispell.el: Fix regexp.
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex f99edced63 06/24: ; * tex-ispell.el: Fix regexp. |
Date: |
Mon, 21 Feb 2022 02:38:46 -0500 (EST) |
branch: externals/auctex
commit f99edced632140a8f406398d9b5ae73f7d97c4ce
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
; * tex-ispell.el: Fix regexp.
---
tex-ispell.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tex-ispell.el b/tex-ispell.el
index dfbcc5f194..5becea3c65 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -374,7 +374,7 @@ not be quoted. An opening brace `{', asterisk `*' and
at-sign
("filecontents\\*?" ispell-tex-arg-end)
;; stabular.sty
("stabular" ispell-tex-arg-end)
- ("stabular*" TeX-ispell-tex-arg-end)
+ ("stabular\\*" TeX-ispell-tex-arg-end)
;; tabularx.sty, tabulary.sty, Standard LaTeX tabular*-env
("tabular[*xy]" TeX-ispell-tex-arg-end)
;; tcolorbox.sty -- raster library
- [elpa] externals/auctex b89b8cdd44 18/24: Update footmisc package options to v6.0b, (continued)
- [elpa] externals/auctex b89b8cdd44 18/24: Update footmisc package options to v6.0b, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex 0744b687b3 02/24: Add macros to skip from caption package, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex 497847f193 16/24: Update footmisc package options to v6.0a, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex a3282bbe06 12/24: Adjust entries for completion, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex 8eb3cccba9 20/24: ; Re-prepare for upcoming release, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex c8a176ca7c 22/24: ; Release_13.1, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex 36a6d80e1b 11/24: Improve query for opt. arguments of \parbox and minipage, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex da5bb8e28d 05/24: Re-run LaTeX when .toc|lof|lot is missing, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex 484df614d8 24/24: Release GNU AUCTeX 13.1.0, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex b7c0380473 23/24: Merge commit 'c8a176ca' into externals/auctex, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex f99edced63 06/24: ; * tex-ispell.el: Fix regexp.,
Tassilo Horn <=
- [elpa] externals/auctex 27c91a0336 14/24: Consider environments defined with newfloat package, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex 0e03659db5 21/24: ; make change-history-commit, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex 2b91d0cf05 17/24: ; * style/footmisc.el: Fix year in last commit., Tassilo Horn, 2022/02/21
- [elpa] externals/auctex 17ac32f2a7 04/24: Fontify LaTeX kernel macros, Tassilo Horn, 2022/02/21
- [elpa] externals/auctex 51cd5ea0bb 13/24: Improve fontification for LaTeX kernel macros, Tassilo Horn, 2022/02/21