branch: master
commit 619f329595994e811b964197ffd2a391e5f75035
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>

    * tex-ispell.el (TeX-ispell-skip-cmds-list): Support shortvrb.sty.
---
 tex-ispell.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tex-ispell.el b/tex-ispell.el
index c743bafd..adf91f87 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -62,6 +62,7 @@
 ;; minted.sty
 ;; nameref.sty
 ;; pythontex.sty
+;; shortvrb.sty
 ;; siunitx.sty
 ;; splitidx.sty
 ;; stabular.sty
@@ -212,6 +213,10 @@
       ("inputpygments" . 1)
       ("setpygmentsfv" . 1)
       ("setpygmentspygopt" . 1)
+      ;; shortvrb.sty
+      ("MakeShortVerb" . 1)
+      ("MakeShortVerb*" . 1)
+      ("DeleteShortVerb" . 1)
       ;; siunitx.sty
       ("num" . 1)
       ("si" . 1)

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to