Mercurial > emacs
changeset 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 | ed8762ada96d |
children | ad4fe300688b |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"