* textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
authorKevin Ryde <user42@zip.com.au>
Tue, 24 Aug 2010 20:58:07 +0000 (16:58 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 24 Aug 2010 20:58:07 +0000 (16:58 -0400)
(Bug#5651).

lisp/ChangeLog
lisp/textmodes/flyspell.el

index 48a8938..8226f4b 100644 (file)
@@ -1,5 +1,8 @@
 2010-08-24  Kevin Ryde  <user42@zip.com.au>
 
+       * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
+       (Bug#5651).
+
        * progmodes/ruby-mode.el (ruby): Add defgroup.
 
 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
index e8a92b1..8a73a0f 100644 (file)
@@ -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)