From: Kevin Ryde Date: Tue, 24 Aug 2010 20:58:07 +0000 (-0400) Subject: * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~240^2~2^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be7748e70afa9fd7b82589061855d567c2229dc1;p=emacs.git * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix (Bug#5651). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 48a8938c355..8226f4b8d25 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-08-24 Kevin Ryde + * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix + (Bug#5651). + * progmodes/ruby-mode.el (ruby): Add defgroup. 2010-08-24 Chong Yidong 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." (defcustom flyspell-check-tex-math-command nil "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" +TeX math environments are discovered by `texmathp', implemented +inside AUCTeX package. That package may be found at +URL `http://www.gnu.org/software/auctex/'" :group 'flyspell :type 'boolean)