diff options
| author | Juanma Barranquero | 2006-11-03 15:11:44 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-03 15:11:44 +0000 |
| commit | da3d757bd2dff56c29a03c68df2f622556cb6287 (patch) | |
| tree | 70ecab4eb9b39ead7f4428e2346075c635622695 /lisp/textmodes | |
| parent | 09aba29c3cdde108aa8b6d6782e11731fe2e3c5d (diff) | |
| download | emacs-da3d757bd2dff56c29a03c68df2f622556cb6287.tar.gz emacs-da3d757bd2dff56c29a03c68df2f622556cb6287.zip | |
(flyspell-check-tex-math-command): Use "non-nil" in docstrings.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/flyspell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index b24124851de..189b398cb46 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -189,7 +189,7 @@ Ispell's ultimate default dictionary." | |||
| 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" |