comparison 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
comparison
equal deleted inserted replaced
73651:ed8762ada96d 73652:497f9d6319e7
187 :group 'flyspell 187 :group 'flyspell
188 :version "21.1" 188 :version "21.1"
189 :type 'string) 189 :type 'string)
190 190
191 (defcustom flyspell-check-tex-math-command nil 191 (defcustom flyspell-check-tex-math-command nil
192 "Non nil means check even inside TeX math environment. 192 "Non-nil means check even inside TeX math environment.
193 TeX math environments are discovered by the TEXMATHP that implemented 193 TeX math environments are discovered by the TEXMATHP that implemented
194 inside the texmathp.el Emacs package. That package may be found at: 194 inside the texmathp.el Emacs package. That package may be found at:
195 http://strw.leidenuniv.nl/~dominik/Tools" 195 http://strw.leidenuniv.nl/~dominik/Tools"
196 :group 'flyspell 196 :group 'flyspell
197 :type 'boolean) 197 :type 'boolean)