emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex 9073b5e117 03/24: * tex-ispell.el: Skip the argu


From: Tassilo Horn
Subject: [elpa] externals/auctex 9073b5e117 03/24: * tex-ispell.el: Skip the arguments of stabular*? environments.
Date: Mon, 21 Feb 2022 02:38:45 -0500 (EST)

branch: externals/auctex
commit 9073b5e117d14393e541bbcde7d5778856eed32e
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    * tex-ispell.el: Skip the arguments of stabular*? environments.
---
 tex-ispell.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tex-ispell.el b/tex-ispell.el
index 009f5a9e13..dfbcc5f194 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -63,6 +63,7 @@
 ;; pythontex.sty
 ;; siunitx.sty
 ;; splitidx.sty
+;; stabular.sty
 ;; tabularx.sty
 ;; tabulary.sty
 ;; tcolorbox.sty
@@ -371,6 +372,9 @@ 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)
    ;; tabularx.sty, tabulary.sty, Standard LaTeX tabular*-env
    ("tabular[*xy]" TeX-ispell-tex-arg-end)
    ;; tcolorbox.sty -- raster library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]