# HG changeset patch # User Chong Yidong # Date 1282683487 14400 # Node ID d539b74d6530d1f204d65c61b5c1234bd0e20ee7 # Parent 88f25e07e4eb17a9f6805bf905d3b2166e02ab23 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix (Bug#5651). diff -r 88f25e07e4eb -r d539b74d6530 lisp/ChangeLog --- 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 + * 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 -r 88f25e07e4eb -r d539b74d6530 lisp/textmodes/flyspell.el --- 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)