Variable: woman-emulation
woman-emulation is a customizable variable defined in woman.el.gz.
Value
nroff
Documentation
WoMan emulation, currently either nroff or troff. Default is nroff.
Troff emulation is experimental and largely untested.
(Add groff later?)
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defcustom woman-emulation 'nroff
"WoMan emulation, currently either nroff or troff. Default is nroff.
Troff emulation is experimental and largely untested.
\(Add groff later?)"
:type '(choice (const nroff) (const troff))
:group 'woman-formatting)