














| author | Arash Esbati <arash@gnu.org> | 2026-09-14 14:59:44 +0200 |
|---|---|---|
| committer | Arash Esbati <arash@gnu.org> | 2026-09-14 14:59:44 +0200 |
| commit | fbd3a2d48d07e1ecece33987318e8d80abef04de (patch) | |
| tree | 326cfcadbc4aeb3216526157b8e4dc596702f887 | |
| parent | bc4bfbde77af88fa5ba28252ca646e2333087026 (diff) | |
* tex-ispell.el: Consolidate regexp for tabular environments.
| -rw-r--r-- | tex-ispell.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tex-ispell.el b/tex-ispell.el
index 48b3ec5b959..52122404ee7 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -399,14 +399,13 @@ not be quoted. An opening brace `{', asterisk `*' and at-sign
(TeX-ispell-skip-setcdr
'(;; filecontents.sty
("filecontents\\*?" ispell-tex-arg-end)
- ;; stabular.sty
- ("stabular" ispell-tex-arg-end)
- ("stabular\\*" TeX-ispell-tex-arg-end)
+ ;; Standard LaTeX tabular, stabular.sty
+ ("s?tabular" ispell-tex-arg-end)
+ ;; Standard LaTeX tabular*, stabular.sty, tabularx.sty, tabulary.sty,
+ ("s?tabular[*xy]" TeX-ispell-tex-arg-end)
;; tabularray.sty
("\\(?:long\\|tall\\)?tblr" ispell-tex-arg-end)
("booktabs" ispell-tex-arg-end)
- ;; tabularx.sty, tabulary.sty, Standard LaTeX tabular*-env
- ("tabular[*xy]" TeX-ispell-tex-arg-end)
;; tcolorbox.sty -- raster library
("tcboxed\\(raster\\|itemize\\)" ispell-tex-arg-end)
;; xltabular.sty
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。