branch: externals/auctex commit 6ec185ed54ec16f06f14cd27c82483d43d6da06d Author: Arash Esbati <arash.esb...@gmail.com> Commit: Arash Esbati <arash.esb...@gmail.com>
Do not spell-check arguments of \LTXtable * tex-ispell.el (TeX-ispell-skip-cmds-list): Add entry for \LTXtable. --- tex-ispell.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tex-ispell.el b/tex-ispell.el index b12ee3e..9578a91 100644 --- a/tex-ispell.el +++ b/tex-ispell.el @@ -51,6 +51,7 @@ ;; fontaxes.sty ;; fontspec.sty ;; listings.sty +;; ltxtable.sty ;; mdframed.sty ;; minted.sty ;; nameref.sty @@ -153,6 +154,8 @@ ;; listings.sty ("lstinputlisting" . 1) ("lstset" . 1) + ;; ltxtable.sty + ("LTXtable" . 2) ;; mdframed.sty ("mdfsetup" . 1) ("mdfapptodefinestyle" . 2)