Function: turn-on-flyspell
turn-on-flyspell is an autoloaded and byte-compiled function defined
in flyspell.el.gz.
Signature
(turn-on-flyspell)
Documentation
Unconditionally turn on Flyspell mode.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
;;;###autoload
(defun turn-on-flyspell ()
"Unconditionally turn on Flyspell mode."
(flyspell-mode 1))