]> git.eshelyaron.com Git - emacs.git/commitdiff
(flyspell-check-tex-math-command): Use "non-nil" in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 3 Nov 2006 15:11:44 +0000 (15:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 3 Nov 2006 15:11:44 +0000 (15:11 +0000)
lisp/textmodes/flyspell.el

index b24124851de3941518167d7273de2fd6e99373a7..189b398cb4688760a7c2e1303c2973acbc7b6426 100644 (file)
@@ -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"