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

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

[elpa] externals/auctex 619f329595 10/77: * tex-ispell.el (TeX-ispell-sk


From: Tassilo Horn
Subject: [elpa] externals/auctex 619f329595 10/77: * tex-ispell.el (TeX-ispell-skip-cmds-list): Support shortvrb.sty.
Date: Fri, 26 Aug 2022 16:06:32 -0400 (EDT)

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

    * 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 c743bafdad..adf91f879b 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)



reply via email to

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