Function: artist-mode-off

artist-mode-off is an interactive and byte-compiled function defined in artist.el.gz.

Signature

(artist-mode-off)

Documentation

Turn Artist mode off.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-mode-off ()
  "Turn Artist mode off."
  (interactive)
  (artist-mode -1)
  (force-mode-line-update))