aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/flyspell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index b24124851de..189b398cb46 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -189,7 +189,7 @@ Ispell's ultimate default dictionary."
189 :type 'string) 189 :type 'string)
190 190
191(defcustom flyspell-check-tex-math-command nil 191(defcustom flyspell-check-tex-math-command nil
192 "Non nil means check even inside TeX math environment. 192 "Non-nil means check even inside TeX math environment.
193TeX math environments are discovered by the TEXMATHP that implemented 193TeX math environments are discovered by the TEXMATHP that implemented
194inside the texmathp.el Emacs package. That package may be found at: 194inside the texmathp.el Emacs package. That package may be found at:
195http://strw.leidenuniv.nl/~dominik/Tools" 195http://strw.leidenuniv.nl/~dominik/Tools"