emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101180: * textmodes/flyspell.el (fly


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101180: * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
Date: Tue, 24 Aug 2010 16:58:07 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101180
author: Kevin Ryde  <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Tue 2010-08-24 16:58:07 -0400
message:
  * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
  (Bug#5651).
modified:
  lisp/ChangeLog
  lisp/textmodes/flyspell.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-24 20:29:44 +0000
+++ b/lisp/ChangeLog    2010-08-24 20:58:07 +0000
@@ -1,5 +1,8 @@
 2010-08-24  Kevin Ryde  <address@hidden>
 
+       * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
+       (Bug#5651).
+
        * progmodes/ruby-mode.el (ruby): Add defgroup.
 
 2010-08-24  Chong Yidong  <address@hidden>

=== modified file 'lisp/textmodes/flyspell.el'
--- a/lisp/textmodes/flyspell.el        2010-06-25 08:19:11 +0000
+++ b/lisp/textmodes/flyspell.el        2010-08-24 20:58:07 +0000
@@ -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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]