1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(flyspell-check-tex-math-command): Use "non-nil" in docstrings.

This commit is contained in:
Juanma Barranquero 2006-11-03 15:11:44 +00:00
parent 09aba29c3c
commit da3d757bd2

View 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"