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

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

[elpa] externals/auctex 8a12cae 06/15: * tex-ispell.el: Add entry for "x


From: Tassilo Horn
Subject: [elpa] externals/auctex 8a12cae 06/15: * tex-ispell.el: Add entry for "xltabular" environment.
Date: Wed, 6 Dec 2017 09:48:33 -0500 (EST)

branch: externals/auctex
commit 8a12caec64086db319d5973618f4bfd6abec94ce
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    * tex-ispell.el: Add entry for "xltabular" environment.
---
 tex-ispell.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tex-ispell.el b/tex-ispell.el
index cd279c6..995221c 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -66,6 +66,7 @@
 ;; tcolorbox.sty
 ;; tikz.sty
 ;; varioref.sty
+;; xltabular.sty
 
 ;; If you have further additions, drop a line to <address@hidden>.
 
@@ -324,7 +325,9 @@ not be quoted.  An opening brace `{', asterisk `*' and 
at-sign
    ;; 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)))
+   ("tcboxed\\(raster\\|itemize\\)" ispell-tex-arg-end)
+   ;; xltabular.sty
+   ("xltabular" ispell-tex-arg-end 2)))
 
 
 ;; No customization below this line



reply via email to

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