aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-03 15:11:44 +0000
committerJuanma Barranquero2006-11-03 15:11:44 +0000
commitda3d757bd2dff56c29a03c68df2f622556cb6287 (patch)
tree70ecab4eb9b39ead7f4428e2346075c635622695 /lisp/textmodes
parent09aba29c3cdde108aa8b6d6782e11731fe2e3c5d (diff)
downloademacs-da3d757bd2dff56c29a03c68df2f622556cb6287.tar.gz
emacs-da3d757bd2dff56c29a03c68df2f622556cb6287.zip
(flyspell-check-tex-math-command): Use "non-nil" in docstrings.
Diffstat (limited to 'lisp/textmodes')
-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"