Function: turn-off-flyspell

turn-off-flyspell is an autoloaded and byte-compiled function defined in flyspell.el.gz.

Signature

(turn-off-flyspell)

Documentation

Unconditionally turn off Flyspell mode.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
;;;###autoload
(defun turn-off-flyspell ()
  "Unconditionally turn off Flyspell mode."
  (flyspell-mode -1))