diff options
| author | Kevin Ryde | 2010-08-24 16:58:07 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-08-24 16:58:07 -0400 |
| commit | be7748e70afa9fd7b82589061855d567c2229dc1 (patch) | |
| tree | ebaf4ba66188581b81377981004c1d78f4815d87 /lisp | |
| parent | 78e33835a312bcb56457bbf93cd98be982a0911d (diff) | |
| download | emacs-be7748e70afa9fd7b82589061855d567c2229dc1.tar.gz emacs-be7748e70afa9fd7b82589061855d567c2229dc1.zip | |
* textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
(Bug#5651).
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/textmodes/flyspell.el | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 48a8938c355..8226f4b8d25 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-08-24 Kevin Ryde <user42@zip.com.au> | 1 | 2010-08-24 Kevin Ryde <user42@zip.com.au> |
| 2 | 2 | ||
| 3 | * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix | ||
| 4 | (Bug#5651). | ||
| 5 | |||
| 3 | * progmodes/ruby-mode.el (ruby): Add defgroup. | 6 | * progmodes/ruby-mode.el (ruby): Add defgroup. |
| 4 | 7 | ||
| 5 | 2010-08-24 Chong Yidong <cyd@stupidchicken.com> | 8 | 2010-08-24 Chong Yidong <cyd@stupidchicken.com> |
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index e8a92b101ef..8a73a0f818e 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -199,9 +199,9 @@ Ispell's ultimate default dictionary." | |||
| 199 | 199 | ||
| 200 | (defcustom flyspell-check-tex-math-command nil | 200 | (defcustom flyspell-check-tex-math-command nil |
| 201 | "Non-nil means check even inside TeX math environment. | 201 | "Non-nil means check even inside TeX math environment. |
| 202 | TeX math environments are discovered by the TEXMATHP that implemented | 202 | TeX math environments are discovered by `texmathp', implemented |
| 203 | inside the texmathp.el Emacs package. That package may be found at: | 203 | inside AUCTeX package. That package may be found at |
| 204 | http://strw.leidenuniv.nl/~dominik/Tools" | 204 | URL `http://www.gnu.org/software/auctex/'" |
| 205 | :group 'flyspell | 205 | :group 'flyspell |
| 206 | :type 'boolean) | 206 | :type 'boolean) |
| 207 | 207 | ||