branch: externals/auctex commit 0744b687b3d7f6e3c5dc29f10778b952e025a817 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
Add macros to skip from caption package * tex-ispell.el (TeX-ispell-skip-cmds-list): Add macros from caption.sty. --- tex-ispell.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tex-ispell.el b/tex-ispell.el index b6eddcf47e..009f5a9e13 100644 --- a/tex-ispell.el +++ b/tex-ispell.el @@ -1,6 +1,6 @@ ;;; tex-ispell.el --- AUCTeX skip additions for Ispell -*- lexical-binding: t; -*- -;; Copyright (C) 2016--2020 Free Software Foundation, Inc. +;; Copyright (C) 2016--2022 Free Software Foundation, Inc. ;; Author: Arash Esbati <ar...@gnu.org> ;; Maintainer: auctex-de...@gnu.org @@ -45,6 +45,7 @@ ;; attachfile.sty ;; booktabs.sty ;; breqn.sty +;; caption.sty ;; cleveref.sty ;; empheq.sty ;; enumitem.sty @@ -132,6 +133,14 @@ ;; booktabs.sty ("addlinespace" . 0) ("specialrule" . 3) + ;; caption.sty + ("captionlistentry" . 0) + ("captionof" . 1) + ("captionof*" . 1) + ("captionsetup" . 1) + ("captionsetup*" . 1) + ("clearcaptionsetup" . 1) + ("clearcaptionsetup*" . 1) ;; cleveref.sty ("cref" . 1) ("Cref" . 1)