changeset 109969:d539b74d6530

* textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix (Bug#5651).
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 24 Aug 2010 16:58:07 -0400
parents 88f25e07e4eb
children 77c4a65b9011
files lisp/ChangeLog lisp/textmodes/flyspell.el
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Aug 24 16:43:24 2010 -0400
+++ b/lisp/ChangeLog	Tue Aug 24 16:58:07 2010 -0400
@@ -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>
--- a/lisp/textmodes/flyspell.el	Tue Aug 24 16:43:24 2010 -0400
+++ b/lisp/textmodes/flyspell.el	Tue Aug 24 16:58:07 2010 -0400
@@ -199,9 +199,9 @@
 
 (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)