Variable: woman-ignore
woman-ignore is a customizable variable defined in woman.el.gz.
Value
t
Documentation
If non-nil then unrecognized requests etc. are ignored. Default is t.
This gives the standard ?roff behavior. If nil then they are left in the buffer, which may aid debugging.
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defcustom woman-ignore t
"If non-nil then unrecognized requests etc. are ignored. Default is t.
This gives the standard ?roff behavior. If nil then they are left in
the buffer, which may aid debugging."
:type 'boolean
:group 'woman-formatting)