summaryrefslogtreecommitdiff
path: root/lisp/textmodes/flyspell.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-09-11 04:14:10 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-09-11 04:14:10 +0200
commit129808371c246ddd0c24b79de184e0e3aee938d8 (patch)
treebcb9569e97ce31ed7cdc7250c7035e25b967cb53 /lisp/textmodes/flyspell.el
parent91054f8f7c6633efcd39eb883703f09346e0b936 (diff)
downloademacs-129808371c246ddd0c24b79de184e0e3aee938d8.tar.gz
* textmodes/flyspell.el: Remove obsolete comment
Fixes: debbugs:9368
Diffstat (limited to 'lisp/textmodes/flyspell.el')
-rw-r--r--lisp/textmodes/flyspell.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index e6837d0abde..4eb4efc3766 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -33,9 +33,6 @@
;; M-x flyspell-prog-mode.
;; In that mode only text inside comments is checked.
;;
-;; Note: consider setting the variable ispell-parser to `tex' to
-;; avoid TeX command checking; use `(setq ispell-parser 'tex)'.
-;;
;; Some user variables control the behavior of flyspell. They are
;; those defined under the `User variables' comment.