Variable: woman-if-conditions-true
woman-if-conditions-true is a variable defined in woman.el.gz.
Value
(110 101 111)
Documentation
List of one-character built-in condition names that are true.
Should include ?e, ?o (page even/odd) and either ?n (nroff) or ?t (troff).
Default is (?n ?e ?o). Set via woman-emulation.
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defvar woman-if-conditions-true '(?n ?e ?o)
"List of one-character built-in condition names that are true.
Should include ?e, ?o (page even/odd) and either ?n (nroff) or ?t (troff).
Default is (?n ?e ?o). Set via `woman-emulation'.")