aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/ispell.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r--lisp/textmodes/ispell.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index ae3b18ed179..6382b402c06 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1673,14 +1673,13 @@ Valid forms include:
1673 ("\\\\bibliographystyle" ispell-tex-arg-end) 1673 ("\\\\bibliographystyle" ispell-tex-arg-end)
1674 ("\\\\makebox" ispell-tex-arg-end 0) 1674 ("\\\\makebox" ispell-tex-arg-end 0)
1675 ("\\\\e?psfig" ispell-tex-arg-end) 1675 ("\\\\e?psfig" ispell-tex-arg-end)
1676 ("\\\\document\\(class\\|style\\)" . 1676 ("\\\\document\\(class\\|style\\)" . "\\\\begin[ \t\n]*{document}"))
1677 "\\\\begin[ \t\n]*{[ \t\n]*document[ \t\n]*}"))
1678 (;; delimited with \begin. In ispell: displaymath, eqnarray, eqnarray*, 1677 (;; delimited with \begin. In ispell: displaymath, eqnarray, eqnarray*,
1679 ;; equation, minipage, picture, tabular, tabular* (ispell) 1678 ;; equation, minipage, picture, tabular, tabular* (ispell)
1680 ("\\(figure\\|table\\)\\*?" ispell-tex-arg-end 0) 1679 ("\\(figure\\|table\\)\\*?" ispell-tex-arg-end 0)
1681 ("list" ispell-tex-arg-end 2) 1680 ("list" ispell-tex-arg-end 2)
1682 ("program" . "\\\\end[ \t\n]*{[ \t\n]*program[ \t\n]*}") 1681 ("program" . "\\\\end[ \t]*{program}")
1683 ("verbatim\\*?" . "\\\\end[ \t\n]*{[ \t\n]*verbatim\\*?[ \t\n]*}")))) 1682 ("verbatim\\*?" . "\\\\end[ \t]*{verbatim\\*?}"))))
1684 "Lists of regions to be skipped in TeX mode. 1683 "Lists of regions to be skipped in TeX mode.
1685First list is used raw. 1684First list is used raw.
1686Second list has key placed inside \\begin{}. 1685Second list has key placed inside \\begin{}.