Variable: woman-use-own-frame
woman-use-own-frame is a customizable variable defined in woman.el.gz.
Value
nil
Documentation
If non-nil then use a dedicated frame for displaying WoMan windows.
Only useful when run on a graphic display such as X or MS-Windows.
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defcustom woman-use-own-frame nil
"If non-nil then use a dedicated frame for displaying WoMan windows.
Only useful when run on a graphic display such as X or MS-Windows."
:type 'boolean
:group 'woman-interface)