aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKevin Ryde2010-08-24 16:58:07 -0400
committerChong Yidong2010-08-24 16:58:07 -0400
commitbe7748e70afa9fd7b82589061855d567c2229dc1 (patch)
treeebaf4ba66188581b81377981004c1d78f4815d87 /lisp
parent78e33835a312bcb56457bbf93cd98be982a0911d (diff)
downloademacs-be7748e70afa9fd7b82589061855d567c2229dc1.tar.gz
emacs-be7748e70afa9fd7b82589061855d567c2229dc1.zip
* textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
(Bug#5651).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/textmodes/flyspell.el6
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 @@
12010-08-24 Kevin Ryde <user42@zip.com.au> 12010-08-24 Kevin Ryde <user42@zip.com.au>
2 2
3 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
4 (Bug#5651).
5
3 * progmodes/ruby-mode.el (ruby): Add defgroup. 6 * progmodes/ruby-mode.el (ruby): Add defgroup.
4 7
52010-08-24 Chong Yidong <cyd@stupidchicken.com> 82010-08-24 Chong Yidong <cyd@stupidchicken.com>
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."
199 199
200(defcustom flyspell-check-tex-math-command nil 200(defcustom flyspell-check-tex-math-command nil
201 "Non-nil means check even inside TeX math environment. 201 "Non-nil means check even inside TeX math environment.
202TeX math environments are discovered by the TEXMATHP that implemented 202TeX math environments are discovered by `texmathp', implemented
203inside the texmathp.el Emacs package. That package may be found at: 203inside AUCTeX package. That package may be found at
204http://strw.leidenuniv.nl/~dominik/Tools" 204URL `http://www.gnu.org/software/auctex/'"
205 :group 'flyspell 205 :group 'flyspell
206 :type 'boolean) 206 :type 'boolean)
207 207