Function: whitespace-help-off

whitespace-help-off is a byte-compiled function defined in whitespace.el.gz.

Signature

(whitespace-help-off)

Documentation

Remove the buffer and window of the whitespace toggle options.

Source Code

;; Defined in /usr/src/emacs/lisp/whitespace.el.gz
(defun whitespace-help-off ()
  "Remove the buffer and window of the whitespace toggle options."
  (whitespace-kill-buffer whitespace-help-buffer-name))