From: Juanma Barranquero Date: Fri, 3 Nov 2006 15:11:44 +0000 (+0000) Subject: (flyspell-check-tex-math-command): Use "non-nil" in docstrings. X-Git-Tag: emacs-pretest-22.0.91~371 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da3d757bd2dff56c29a03c68df2f622556cb6287;p=emacs.git (flyspell-check-tex-math-command): Use "non-nil" in docstrings. --- 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." :type 'string) (defcustom flyspell-check-tex-math-command nil - "Non nil means check even inside TeX math environment. + "Non-nil means check even inside TeX math environment. TeX math environments are discovered by the TEXMATHP that implemented inside the texmathp.el Emacs package. That package may be found at: http://strw.leidenuniv.nl/~dominik/Tools"