1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* textmodes/flyspell.el: Remove obsolete comment

Fixes: debbugs:9368
This commit is contained in:
Lars Magne Ingebrigtsen 2011-09-11 04:14:10 +02:00
parent 91054f8f7c
commit 129808371c
2 changed files with 2 additions and 3 deletions

View 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.