Function: turn-off-flyspell

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

This function is obsolete since 31.1; use flyspell-mode(var)/flyspell-mode(fun) instead.

Signature

(turn-off-flyspell)

Documentation

Unconditionally turn off Flyspell mode.

Probably introduced at or before Emacs version 31.1.

Source Code

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