Variable: woman-fill-frame

woman-fill-frame is a customizable variable defined in woman.el.gz.

Value

nil

Documentation

If non-nil then most of the window width is used.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defcustom woman-fill-frame nil
  ;; Based loosely on a suggestion by Theodore Jump:
  "If non-nil then most of the window width is used."
  :type 'boolean
  :group 'woman-formatting)