Function: woman-reset-emulation
woman-reset-emulation is a byte-compiled function defined in
woman.el.gz.
Signature
(woman-reset-emulation VALUE)
Documentation
Reset woman-emulation to VALUE and reformat, for menu use.
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman-reset-emulation (value)
"Reset `woman-emulation' to VALUE and reformat, for menu use."
(setq woman-emulation value)
(woman-reformat-last-file))