From: Lars Magne Ingebrigtsen Date: Sun, 11 Sep 2011 02:14:10 +0000 (+0200) Subject: * textmodes/flyspell.el: Remove obsolete comment X-Git-Tag: emacs-pretest-24.0.90~104^2~103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=129808371c246ddd0c24b79de184e0e3aee938d8;p=emacs.git * textmodes/flyspell.el: Remove obsolete comment Fixes: debbugs:9368 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8769ce63930..9615c55d968 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-09-11 Lars Magne Ingebrigtsen + * 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). 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.