diff options
| -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" |