]> git.eshelyaron.com Git - emacs.git/commitdiff
* textmodes/flyspell.el: Remove obsolete comment
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 02:14:10 +0000 (04:14 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 02:14:10 +0000 (04:14 +0200)
Fixes: debbugs:9368
lisp/ChangeLog
lisp/textmodes/flyspell.el

index 8769ce6393090ff8a305b447c0861ef0ec075270..9615c55d9683773e559086db63675e9f4889b062 100644 (file)
@@ -1,5 +1,7 @@
 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
+
        * subr.el (match-string): Mention that the current buffer should
        be the same as the search was done in (bug#9282).
 
index e6837d0abdeec71282d414f1e97a3b75c02f75d3..4eb4efc37662b84a851be8b2baae78f00ec90a20 100644 (file)
@@ -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.