diff options
| author | Lars Magne Ingebrigtsen | 2011-09-11 04:14:10 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-09-11 04:14:10 +0200 |
| commit | 129808371c246ddd0c24b79de184e0e3aee938d8 (patch) | |
| tree | bcb9569e97ce31ed7cdc7250c7035e25b967cb53 | |
| parent | 91054f8f7c6633efcd39eb883703f09346e0b936 (diff) | |
| download | emacs-129808371c246ddd0c24b79de184e0e3aee938d8.tar.gz emacs-129808371c246ddd0c24b79de184e0e3aee938d8.zip | |
* textmodes/flyspell.el: Remove obsolete comment
Fixes: debbugs:9368
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/textmodes/flyspell.el | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8769ce63930..9615c55d968 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * textmodes/flyspell.el: Remove obsolete comment (bug#9368). | ||
| 4 | |||
| 3 | * subr.el (match-string): Mention that the current buffer should | 5 | * subr.el (match-string): Mention that the current buffer should |
| 4 | be the same as the search was done in (bug#9282). | 6 | be the same as the search was done in (bug#9282). |
| 5 | 7 | ||
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 @@ | |||
| 33 | ;; M-x flyspell-prog-mode. | 33 | ;; M-x flyspell-prog-mode. |
| 34 | ;; In that mode only text inside comments is checked. | 34 | ;; In that mode only text inside comments is checked. |
| 35 | ;; | 35 | ;; |
| 36 | ;; Note: consider setting the variable ispell-parser to `tex' to | ||
| 37 | ;; avoid TeX command checking; use `(setq ispell-parser 'tex)'. | ||
| 38 | ;; | ||
| 39 | ;; Some user variables control the behavior of flyspell. They are | 36 | ;; Some user variables control the behavior of flyspell. They are |
| 40 | ;; those defined under the `User variables' comment. | 37 | ;; those defined under the `User variables' comment. |
| 41 | 38 | ||