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

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

[elpa] externals/auctex f99edced63 06/24: ; * tex-ispell.el: Fix regexp.


From: Tassilo Horn
Subject: [elpa] externals/auctex f99edced63 06/24: ; * tex-ispell.el: Fix regexp.
Date: Mon, 21 Feb 2022 02:38:46 -0500 (EST)

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

    ; * tex-ispell.el: Fix regexp.
---
 tex-ispell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex-ispell.el b/tex-ispell.el
index dfbcc5f194..5becea3c65 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -374,7 +374,7 @@ not be quoted.  An opening brace `{', asterisk `*' and 
at-sign
    ("filecontents\\*?" ispell-tex-arg-end)
    ;; stabular.sty
    ("stabular" ispell-tex-arg-end)
-   ("stabular*" TeX-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]