diff lisp/textmodes/flyspell.el @ 73652:497f9d6319e7

(flyspell-check-tex-math-command): Use "non-nil" in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 03 Nov 2006 15:11:44 +0000
parents 93f756e426b8
children ab4757475733
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el	Fri Nov 03 15:11:15 2006 +0000
+++ b/lisp/textmodes/flyspell.el	Fri Nov 03 15:11:44 2006 +0000
@@ -189,7 +189,7 @@
   :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"