From be7748e70afa9fd7b82589061855d567c2229dc1 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 24 Aug 2010 16:58:07 -0400 Subject: [PATCH] * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix (Bug#5651). --- lisp/ChangeLog | 3 +++ 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 @@ 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) -- 2.39.2